InvalidPropertyUsageEnumeratorException Construtores

Definição

Sobrecargas

InvalidPropertyUsageEnumeratorException()

TODO

public InvalidPropertyUsageEnumeratorException();
Public Sub New ()

Aplica-se a

InvalidPropertyUsageEnumeratorException(String)

TODO

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

Parâmetros

message
String

Aplica-se a

InvalidPropertyUsageEnumeratorException(String, Exception)

TODO

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

Parâmetros

message
String
innerException
Exception

Aplica-se a