Lingua

InternalEnumeratorException Costruttori

Definizione

Overload

InternalEnumeratorException()

TODO

public InternalEnumeratorException();
Public Sub New ()

Si applica a

InternalEnumeratorException(String)

TODO

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

Parametri

message
String

Si applica a

InternalEnumeratorException(String, Exception)

TODO

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)

Parametri

message
String
innerException
Exception

Si applica a