Compartir a través de


UnsupportedObjectTypeException Constructors

Definition

Overloads

UnsupportedObjectTypeException()

Base constructor

UnsupportedObjectTypeException(String)

Base constructor

UnsupportedObjectTypeException(String, Exception)

Base constructor

UnsupportedObjectTypeException(String, String)

Constructor

UnsupportedObjectTypeException()

Base constructor

public UnsupportedObjectTypeException ();
Public Sub New ()

Applies to

UnsupportedObjectTypeException(String)

Base constructor

public UnsupportedObjectTypeException (string message);
new Microsoft.SqlServer.Management.Dmf.UnsupportedObjectTypeException : string -> Microsoft.SqlServer.Management.Dmf.UnsupportedObjectTypeException
Public Sub New (message As String)

Parameters

message
String

Applies to

UnsupportedObjectTypeException(String, Exception)

Base constructor

public UnsupportedObjectTypeException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.UnsupportedObjectTypeException : string * Exception -> Microsoft.SqlServer.Management.Dmf.UnsupportedObjectTypeException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to

UnsupportedObjectTypeException(String, String)

Constructor

public UnsupportedObjectTypeException (string typeName, string host);
new Microsoft.SqlServer.Management.Dmf.UnsupportedObjectTypeException : string * string -> Microsoft.SqlServer.Management.Dmf.UnsupportedObjectTypeException
Public Sub New (typeName As String, host As String)

Parameters

typeName
String
host
String

Applies to