SiebelCommandException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SiebelCommandException() | |
SiebelCommandException(String) | |
SiebelCommandException(SerializationInfo, StreamingContext) | |
SiebelCommandException(String, Exception) |
SiebelCommandException()
public:
SiebelCommandException();
public SiebelCommandException();
Public Sub New ()
適用対象
SiebelCommandException(String)
public:
SiebelCommandException(System::String ^ message);
public SiebelCommandException(string message);
new Microsoft.Data.SiebelClient.SiebelCommandException : string -> Microsoft.Data.SiebelClient.SiebelCommandException
Public Sub New (message As String)
パラメーター
- message
- String
適用対象
SiebelCommandException(SerializationInfo, StreamingContext)
protected:
SiebelCommandException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SiebelCommandException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Data.SiebelClient.SiebelCommandException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Data.SiebelClient.SiebelCommandException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
- context
- StreamingContext
適用対象
SiebelCommandException(String, Exception)
public:
SiebelCommandException(System::String ^ message, Exception ^ inner);
public SiebelCommandException(string message, Exception inner);
new Microsoft.Data.SiebelClient.SiebelCommandException : string * Exception -> Microsoft.Data.SiebelClient.SiebelCommandException
Public Sub New (message As String, inner As Exception)
パラメーター
- message
- String
- inner
- Exception