PlatformException

PlatformException()

初始化PlatformException类.

public PlatformException()

也可以看看


PlatformException(string)

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

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

也可以看看


PlatformException(string, Exception)

初始化PlatformException具有指定错误消息的类和对导致此异常的内部异常的引用。

public PlatformException(string message, Exception innerException)
范围类型描述
messageString解释异常原因的错误消息。
innerExceptionException作为当前异常原因的异常,如果没有指定内部异常,则为空引用。

也可以看看