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