NonRetrievablePropertyException 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
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