Compartilhar via


SiebelException Construtores

Definição

Sobrecargas

SiebelException()

public:
 SiebelException();
public SiebelException();
Public Sub New ()

Aplica-se a

SiebelException(String)

public:
 SiebelException(System::String ^ message);
public SiebelException(string message);
new Microsoft.Data.SiebelClient.SiebelException : string -> Microsoft.Data.SiebelClient.SiebelException
Public Sub New (message As String)

Parâmetros

message
String

Aplica-se a

SiebelException(SerializationInfo, StreamingContext)

protected:
 SiebelException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SiebelException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Data.SiebelClient.SiebelException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Data.SiebelClient.SiebelException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parâmetros

Aplica-se a

SiebelException(String, Exception)

public:
 SiebelException(System::String ^ message, Exception ^ innerException);
public SiebelException(string message, Exception innerException);
new Microsoft.Data.SiebelClient.SiebelException : string * Exception -> Microsoft.Data.SiebelClient.SiebelException
Public Sub New (message As String, innerException As Exception)

Parâmetros

message
String
innerException
Exception

Aplica-se a