BtfDasmException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
BtfDasmException()
public:
BtfDasmException();
public BtfDasmException ();
Public Sub New ()
S’applique à
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)
Paramètres
- message
- String
S’applique à
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)
Paramètres
- code
- Int32
- message
- String
S’applique à
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)
Paramètres
- info
- SerializationInfo
- context
- StreamingContext
S’applique à
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)
Paramètres
- message
- String
S’applique à
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)
Paramètres
- code
- UInt32
S’applique à
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)
Paramètres
- code
- UInt32
- message
- String
S’applique à
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())
Paramètres
- code
- Int32
- message
- String
- args
- String[]
S’applique à
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())
Paramètres
- code
- UInt32
- message
- String
- args
- String[]