PropertyNotSetException 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
| PropertyNotSetException() | |
| PropertyNotSetException(String) | |
| PropertyNotSetException(String, Exception) |
PropertyNotSetException()
public PropertyNotSetException();
Public Sub New ()
Applies to
PropertyNotSetException(String)
public PropertyNotSetException(string message);
new Microsoft.SqlServer.Management.Common.PropertyNotSetException : string -> Microsoft.SqlServer.Management.Common.PropertyNotSetException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
PropertyNotSetException(String, Exception)
public PropertyNotSetException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Common.PropertyNotSetException : string * Exception -> Microsoft.SqlServer.Management.Common.PropertyNotSetException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception