ExportException Constructor

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