NetworkException.NetworkException

NetworkException()

Initializes a new instance of the NetworkException class.

public NetworkException()

See Also


NetworkException(string)

Initializes a new instance of the NetworkException class.

public NetworkException(string message)
ParameterTypeDescription
messageStringThe error message.

See Also


NetworkException(string, Exception)

Initializes a new instance of the NetworkException class.

public NetworkException(string message, Exception inner)
ParameterTypeDescription
messageStringThe error message.
innerExceptionThe inner exception.

See Also