UnsupportedObjectNameException Constructors

Definition

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.

Applies to