QueryNotSupportedEnumeratorException Constructores

Definición

Sobrecargas

QueryNotSupportedEnumeratorException()

PENDIENTE

public QueryNotSupportedEnumeratorException();
Public Sub New ()

Se aplica a

QueryNotSupportedEnumeratorException(String)

PENDIENTE

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

Parámetros

message
String

Se aplica a

QueryNotSupportedEnumeratorException(String, Exception)

PENDIENTE

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

Parámetros

message
String
innerException
Exception

Se aplica a