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