SfcObjectNotFoundException 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
SfcObjectNotFoundException() | |
SfcObjectNotFoundException(String) | |
SfcObjectNotFoundException(SerializationInfo, StreamingContext) | |
SfcObjectNotFoundException(String, Exception) |
SfcObjectNotFoundException()
public SfcObjectNotFoundException ();
Public Sub New ()
Applies to
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)
Parameters
- message
- String
Applies to
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)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
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)
Parameters
- message
- String
- innerException
- Exception