FrameworkException

FrameworkException(string)

初始化FrameworkException类.

public FrameworkException(string message)
范围类型描述
messageString消息。

也可以看看


FrameworkException(string, Exception)

初始化FrameworkException类.

public FrameworkException(string message, Exception innerException)
范围类型描述
messageString消息。
innerExceptionException内在异常。

也可以看看