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