InternalEnumeratorException Construtores

Definição

Sobrecargas

InternalEnumeratorException()

TODO

public InternalEnumeratorException();
Public Sub New ()

Aplica-se 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)

Parâmetros

message
String

Aplica-se 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)

Parâmetros

message
String
innerException
Exception

Aplica-se a