PropertyNotAvailableException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| PropertyNotAvailableException() | |
| PropertyNotAvailableException(String) | |
| PropertyNotAvailableException(String, Exception) |
PropertyNotAvailableException()
public PropertyNotAvailableException();
Public Sub New ()
Gilt für:
PropertyNotAvailableException(String)
public PropertyNotAvailableException(string message);
new Microsoft.SqlServer.Management.Common.PropertyNotAvailableException : string -> Microsoft.SqlServer.Management.Common.PropertyNotAvailableException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
PropertyNotAvailableException(String, Exception)
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)
Parameter
- message
- String
- innerException
- Exception