MissingPropertyException Constructors

Definition

Overloads

MissingPropertyException()

Constructor

MissingPropertyException(String)

Constructor

MissingPropertyException(String, Exception)

Base constructor

MissingPropertyException()

Constructor

public MissingPropertyException ();
Public Sub New ()

Applies to

MissingPropertyException(String)

Constructor

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

Parameters

propertyName
String

Applies to

MissingPropertyException(String, Exception)

Base constructor

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

Parameters

message
String
innerException
Exception

Applies to