Click or drag to resize

WriteException Constructor

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