ResultTypeNotSupportedEnumeratorException Constructors

Definition

Overloads

ResultTypeNotSupportedEnumeratorException()

TODO

ResultTypeNotSupportedEnumeratorException(ResultType)

TODO

ResultTypeNotSupportedEnumeratorException(String)

TODO

ResultTypeNotSupportedEnumeratorException(ResultType, Exception)

TODO

ResultTypeNotSupportedEnumeratorException(String, Exception)

TODO

ResultTypeNotSupportedEnumeratorException()

TODO

public ResultTypeNotSupportedEnumeratorException ();
Public Sub New ()

Applies to

ResultTypeNotSupportedEnumeratorException(ResultType)

TODO

public ResultTypeNotSupportedEnumeratorException (Microsoft.SqlServer.Management.Sdk.Sfc.ResultType type);
new Microsoft.SqlServer.Management.Sdk.Sfc.ResultTypeNotSupportedEnumeratorException : Microsoft.SqlServer.Management.Sdk.Sfc.ResultType -> Microsoft.SqlServer.Management.Sdk.Sfc.ResultTypeNotSupportedEnumeratorException
Public Sub New (type As ResultType)

Parameters

type
ResultType

Applies to

ResultTypeNotSupportedEnumeratorException(String)

TODO

public ResultTypeNotSupportedEnumeratorException (string msg);
new Microsoft.SqlServer.Management.Sdk.Sfc.ResultTypeNotSupportedEnumeratorException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.ResultTypeNotSupportedEnumeratorException
Public Sub New (msg As String)

Parameters

msg
String

Applies to

ResultTypeNotSupportedEnumeratorException(ResultType, Exception)

TODO

public ResultTypeNotSupportedEnumeratorException (Microsoft.SqlServer.Management.Sdk.Sfc.ResultType type, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.ResultTypeNotSupportedEnumeratorException : Microsoft.SqlServer.Management.Sdk.Sfc.ResultType * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.ResultTypeNotSupportedEnumeratorException
Public Sub New (type As ResultType, innerException As Exception)

Parameters

type
ResultType
innerException
Exception

Applies to

ResultTypeNotSupportedEnumeratorException(String, Exception)

TODO

public ResultTypeNotSupportedEnumeratorException (string msg, Exception e);
new Microsoft.SqlServer.Management.Sdk.Sfc.ResultTypeNotSupportedEnumeratorException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.ResultTypeNotSupportedEnumeratorException
Public Sub New (msg As String, e As Exception)

Parameters

msg
String

Applies to