SiebelException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SiebelException() | |
SiebelException(String) | |
SiebelException(SerializationInfo, StreamingContext) | |
SiebelException(String, Exception) |
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
- info
- SerializationInfo
- context
- StreamingContext
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