MissingObjectException Constructor
Initializes a new instance of the SqlServerManagementException class.
Overload List
Name | Description |
---|---|
MissingObjectException () |
Initializes a new instance of the SqlServerManagementException class.
|
MissingObjectException (String) |
Initializes a new instance of the MissingObjectException class that has the specified message text.
|
MissingObjectException (String, Exception) |
Initializes a new instance of the MissingObjectException class that has the specified message text and inner exception.
|
MissingObjectException (String, String) |
Initializes a new instance of the MissingObjectException class that has the specified received name and expected name.
|