BtfDasmException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
BtfDasmException()
public:
BtfDasmException();
public BtfDasmException ();
Public Sub New ()
Gilt für:
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)
Parameter
- message
- String
Gilt für:
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)
Parameter
- code
- Int32
- message
- String
Gilt für:
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)
Parameter
- info
- SerializationInfo
- context
- StreamingContext
Gilt für:
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)
Parameter
- message
- String
Gilt für:
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)
Parameter
- code
- UInt32
Gilt für:
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)
Parameter
- code
- UInt32
- message
- String
Gilt für:
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())
Parameter
- code
- Int32
- message
- String
- args
- String[]
Gilt für:
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())
Parameter
- code
- UInt32
- message
- String
- args
- String[]