Langue

NonRetrievablePropertyException Constructeurs

Définition

Surcharges

NonRetrievablePropertyException()

Constructor

public NonRetrievablePropertyException();
Public Sub New ()

S’applique à

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)

Paramètres

propertyName
String

S’applique à

NonRetrievablePropertyException(String, Exception)

Constructeur de 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)

Paramètres

propertyName
String
innerException
Exception

S’applique à