UnknownPropertyEnumeratorException Construtores

Definição

Sobrecargas

UnknownPropertyEnumeratorException()

TODO

public UnknownPropertyEnumeratorException();
Public Sub New ()

Aplica-se a

UnknownPropertyEnumeratorException(String)

TODO

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

Parâmetros

propertyName
String

Aplica-se a

UnknownPropertyEnumeratorException(String, Exception)

TODO

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

Parâmetros

propertyName
String
innerException
Exception

Aplica-se a