Idioma

SfcObjectNotFoundException Construtores

Definição

Sobrecargas

SfcObjectNotFoundException()

public SfcObjectNotFoundException();
Public Sub New ()

Aplica-se a

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)

Parâmetros

message
String

Aplica-se a

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)

Parâmetros

Aplica-se a

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)

Parâmetros

message
String
innerException
Exception

Aplica-se a