UnsupportedTypeException Constructors

Definition

Overloads

UnsupportedTypeException()

Base constructor

UnsupportedTypeException(String)

Base constructor

UnsupportedTypeException(String, Exception)

Base constructor

UnsupportedTypeException(String, String)

Constructor

UnsupportedTypeException()

Base constructor

public UnsupportedTypeException ();
Public Sub New ()

Applies to

UnsupportedTypeException(String)

Base constructor

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

Parameters

message
String

Applies to

UnsupportedTypeException(String, Exception)

Base constructor

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

Parameters

message
String
innerException
Exception

Applies to

UnsupportedTypeException(String, String)

Constructor

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

Parameters

node
String
typeName
String

Applies to