Click or drag to resize
DocumentTypeNotExistsException Constructor
Overload List
  NameDescription
Public methodDocumentTypeNotExistsException
Initializes a new instance of the DocumentTypeNotExistsException class with default values.
Public methodDocumentTypeNotExistsException(String)
Initializes a new instance of the DocumentTypeNotExistsException class with a specified error message.
Protected methodDocumentTypeNotExistsException(SerializationInfo, StreamingContext)
Initializes a new instance of the DocumentTypeNotExistsException class with serialized data.
Public methodDocumentTypeNotExistsException(String, Exception)
Initializes a new instance of the DocumentTypeNotExistsException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also