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