SfcObjectNotFoundException 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 |
|---|---|
| SfcObjectNotFoundException() | |
| SfcObjectNotFoundException(String) | |
| SfcObjectNotFoundException(SerializationInfo, StreamingContext) | |
| SfcObjectNotFoundException(String, Exception) |
SfcObjectNotFoundException()
public SfcObjectNotFoundException();
Public Sub New ()
Gilt für:
SfcObjectNotFoundException(String)
public SfcObjectNotFoundException(string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectNotFoundException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectNotFoundException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
SfcObjectNotFoundException(SerializationInfo, StreamingContext)
protected SfcObjectNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
- context
- StreamingContext
Gilt für:
SfcObjectNotFoundException(String, Exception)
public SfcObjectNotFoundException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectNotFoundException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectNotFoundException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
- innerException
- Exception