UnsupportedObjectNameException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UnsupportedObjectNameException() |
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException. |
UnsupportedObjectNameException(String) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException. |
UnsupportedObjectNameException(String, Exception) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException. |
UnsupportedObjectNameException()
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException.
public UnsupportedObjectNameException ();
Public Sub New ()
Applies to
UnsupportedObjectNameException(String)
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException.
public UnsupportedObjectNameException (string message);
new Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException : string -> Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException
Public Sub New (message As String)
Parameters
- message
- String
The message of the exception as string.
Applies to
UnsupportedObjectNameException(String, Exception)
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException.
public UnsupportedObjectNameException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException : string * Exception -> Microsoft.SqlServer.Management.Smo.UnsupportedObjectNameException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The message of the exception as string.
- innerException
- Exception
The T:System.Exception instance that caused the current exception.