NonRetrievablePropertyException Constructores

Definición

Sobrecargas

NonRetrievablePropertyException()

Constructor

public NonRetrievablePropertyException();
Public Sub New ()

Se aplica a

NonRetrievablePropertyException(String)

Constructor

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

Se aplica a

NonRetrievablePropertyException(String, Exception)

Constructor 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

Se aplica a