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[]