Edit

Share via


SiebelDataReaderException Constructors

Definition

Overloads

SiebelDataReaderException()
SiebelDataReaderException(String)
SiebelDataReaderException(SerializationInfo, StreamingContext)
SiebelDataReaderException(String, Exception)

SiebelDataReaderException()

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

Applies to

SiebelDataReaderException(String)

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

Parameters

message
String

Applies to

SiebelDataReaderException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

SiebelDataReaderException(String, Exception)

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

Parameters

message
String
inner
Exception

Applies to