Edit

Share via


SiebelException Constructors

Definition

Overloads

SiebelException()
SiebelException(String)
SiebelException(SerializationInfo, StreamingContext)
SiebelException(String, Exception)

SiebelException()

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

Applies to

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)

Parameters

message
String

Applies to

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)

Parameters

Applies to

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)

Parameters

message
String
innerException
Exception

Applies to