FormatNotSupportedException

FormatNotSupportedException()

初始化FormatNotSupportedException类.

public FormatNotSupportedException()

也可以看看


FormatNotSupportedException(string)

初始化FormatNotSupportedException具有指定错误消息的类。

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

也可以看看


FormatNotSupportedException(string, Exception)

初始化FormatNotSupportedException具有指定错误消息的类。

public FormatNotSupportedException(string message, Exception inner)
范围类型描述
messageString描述错误的消息。
innerException导致当前异常的异常。

也可以看看