InvalidPropertyValueException 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 |
|---|---|
| InvalidPropertyValueException() | |
| InvalidPropertyValueException(String) | |
| InvalidPropertyValueException(String, Exception) |
InvalidPropertyValueException()
public InvalidPropertyValueException();
Public Sub New ()
Gilt für:
InvalidPropertyValueException(String)
public InvalidPropertyValueException(string message);
new Microsoft.SqlServer.Management.Common.InvalidPropertyValueException : string -> Microsoft.SqlServer.Management.Common.InvalidPropertyValueException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
InvalidPropertyValueException(String, Exception)
public InvalidPropertyValueException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Common.InvalidPropertyValueException : string * Exception -> Microsoft.SqlServer.Management.Common.InvalidPropertyValueException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
- innerException
- Exception