NonRetrievablePropertyException Constructors

Definition

Overloads

NonRetrievablePropertyException()

Constructor

NonRetrievablePropertyException(String)

Constructor

NonRetrievablePropertyException(String, Exception)

Base constructor

NonRetrievablePropertyException()

Constructor

public NonRetrievablePropertyException ();
Public Sub New ()

Applies to

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)

Parameters

propertyName
String

Applies to

NonRetrievablePropertyException(String, Exception)

Base constructor

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)

Parameters

propertyName
String
innerException
Exception

Applies to