NonRetrievablePropertyException Construtores

Definição

Sobrecargas

NonRetrievablePropertyException()

Construtor

public NonRetrievablePropertyException();
Public Sub New ()

Aplica-se a

NonRetrievablePropertyException(String)

Construtor

public NonRetrievablePropertyException(string propertyName);
new Microsoft.SqlServer.Management.Dmf.NonRetrievablePropertyException : string -> Microsoft.SqlServer.Management.Dmf.NonRetrievablePropertyException
Public Sub New (propertyName As String)

Parâmetros

propertyName
String

Aplica-se a

NonRetrievablePropertyException(String, Exception)

Construtor base

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

Parâmetros

propertyName
String
innerException
Exception

Aplica-se a