TrialLimitationsException

TrialLimitationsException(string)

初始化 TrialLimitationsException 类的新实例。

public TrialLimitationsException(string message)
范围 类型 描述
message String 消息,描述违反的限制

也可以看看


TrialLimitationsException(string, Exception)

使用指定的错误消息和对导致此异常的内部异常的引用来初始化 TrialLimitationsException 类的新实例。

public TrialLimitationsException(string message, Exception innerException)
范围 类型 描述
message String 消息,描述异常上下文
innerException Exception 内部异常

也可以看看