PlatformException.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导致当前异常的异常,如果未指定内部异常,则为空引用。

也可以看看