EnumeratorException Constructores

Definición

Sobrecargas

EnumeratorException()

PENDIENTE

public EnumeratorException();
Public Sub New ()

Se aplica a

EnumeratorException(String)

PENDIENTE

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

Parámetros

message
String

Se aplica a

EnumeratorException(SerializationInfo, StreamingContext)

PENDIENTE

protected EnumeratorException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parámetros

Se aplica a

EnumeratorException(String, Exception)

PENDIENTE

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

Parámetros

message
String
innerException
Exception

Se aplica a