InternalEnumeratorException Constructores

Definición

Sobrecargas

InternalEnumeratorException()

PENDIENTE

public InternalEnumeratorException();
Public Sub New ()

Se aplica a

InternalEnumeratorException(String)

PENDIENTE

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

Parámetros

message
String

Se aplica a

InternalEnumeratorException(String, Exception)

PENDIENTE

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

Parámetros

message
String
innerException
Exception

Se aplica a