ComponentException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ComponentException(Int32, String)
public:
ComponentException(int err, System::String ^ description);
public ComponentException (int err, string description);
new Microsoft.BizTalk.Component.ComponentException : int * string -> Microsoft.BizTalk.Component.ComponentException
Public Sub New (err As Integer, description As String)
パラメーター
- err
- Int32
- description
- String
適用対象
ComponentException(SerializationInfo, StreamingContext)
protected:
ComponentException(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected ComponentException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new Microsoft.BizTalk.Component.ComponentException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.BizTalk.Component.ComponentException
パラメーター
- serializationInfo
- SerializationInfo
- streamingContext
- StreamingContext
適用対象
ComponentException(UInt32, String)
public:
ComponentException(System::UInt32 err, System::String ^ description);
public ComponentException (uint err, string description);
new Microsoft.BizTalk.Component.ComponentException : uint32 * string -> Microsoft.BizTalk.Component.ComponentException
Public Sub New (err As UInteger, description As String)
パラメーター
- err
- UInt32
- description
- String
適用対象
ComponentException(Int32, String, String[])
public:
ComponentException(int err, System::String ^ description, ... cli::array <System::String ^> ^ args);
public ComponentException (int err, string description, params string[] args);
new Microsoft.BizTalk.Component.ComponentException : int * string * string[] -> Microsoft.BizTalk.Component.ComponentException
Public Sub New (err As Integer, description As String, ParamArray args As String())
パラメーター
- err
- Int32
- description
- String
- args
- String[]
適用対象
ComponentException(UInt32, String, String[])
public:
ComponentException(System::UInt32 err, System::String ^ description, ... cli::array <System::String ^> ^ args);
public ComponentException (uint err, string description, params string[] args);
new Microsoft.BizTalk.Component.ComponentException : uint32 * string * string[] -> Microsoft.BizTalk.Component.ComponentException
Public Sub New (err As UInteger, description As String, ParamArray args As String())
パラメーター
- err
- UInt32
- description
- String
- args
- String[]