Click or drag to resize

NetException Constructor

Overload List
  NameDescription
Public methodNetException
Initializes a new instance of the NetException class.
Public methodNetException(String)
Initializes a new instance of the NetException class with a specified error message.
Public methodNetException(SerializationInfo, StreamingContext)
Initializes a new instance of the NetException class with serialized data.
Public methodNetException(String, Exception)
Initializes a new instance of the NetException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also