LoggingException

LoggingException()

初始化 LoggingException 类的新实例。

public LoggingException()

也可以看看


LoggingException(string)

初始化 LoggingException 类的新实例。

public LoggingException(string message)
范围类型描述
messageString错误消息。

也可以看看


LoggingException(string, Exception)

初始化 LoggingException 类的新实例。

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

也可以看看