NetworkException

NetworkException()

初始化NetworkException类.

public NetworkException()

也可以看看


NetworkException(string)

初始化NetworkException类.

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

也可以看看


NetworkException(string, Exception)

初始化NetworkException类.

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

也可以看看