MissingPropertyException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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