UnknownPropertyEnumeratorException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| UnknownPropertyEnumeratorException() |
TODO |
| UnknownPropertyEnumeratorException(String) |
TODO |
| UnknownPropertyEnumeratorException(String, Exception) |
TODO |
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