BtfDasmException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BtfDasmException()
public:
BtfDasmException();
public BtfDasmException ();
Public Sub New ()
Applies to
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)
Parameters
- message
- String
Applies to
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)
Parameters
- code
- Int32
- message
- String
Applies to
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)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
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)
Parameters
- message
- String
Applies to
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)
Parameters
- code
- UInt32
Applies to
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)
Parameters
- code
- UInt32
- message
- String
Applies to
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())
Parameters
- code
- Int32
- message
- String
- args
- String[]
Applies to
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())
Parameters
- code
- UInt32
- message
- String
- args
- String[]