DmfException Constructor
Initializes a new instance of the SqlServerManagementException class.
Overload List
Name | Description |
---|---|
DmfException () |
Initializes a new instance of the SqlServerManagementException class.
|
DmfException (String) |
Initializes a new instance of the DmfException class that has the specified message text.
|
DmfException (SerializationInfo, StreamingContext) |
Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified serialization information and streaming context.
|
DmfException (String, Exception) |
Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified message text and inner exception.
|
See Also