FFDasmException 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
FFDasmException(Int32, String) | |
FFDasmException(SerializationInfo, StreamingContext) | |
FFDasmException(UInt32, String) | |
FFDasmException(Int32, String, String[]) | |
FFDasmException(UInt32, String, String[]) |
FFDasmException(Int32, String)
public:
FFDasmException(int err, System::String ^ description);
public FFDasmException (int err, string description);
new Microsoft.BizTalk.Component.FFDasmException : int * string -> Microsoft.BizTalk.Component.FFDasmException
Public Sub New (err As Integer, description As String)
Parameters
- err
- Int32
- description
- String
Applies to
FFDasmException(SerializationInfo, StreamingContext)
protected:
FFDasmException(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected FFDasmException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new Microsoft.BizTalk.Component.FFDasmException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.BizTalk.Component.FFDasmException
Parameters
- serializationInfo
- SerializationInfo
- streamingContext
- StreamingContext
Applies to
FFDasmException(UInt32, String)
public:
FFDasmException(System::UInt32 err, System::String ^ description);
public FFDasmException (uint err, string description);
new Microsoft.BizTalk.Component.FFDasmException : uint32 * string -> Microsoft.BizTalk.Component.FFDasmException
Public Sub New (err As UInteger, description As String)
Parameters
- err
- UInt32
- description
- String
Applies to
FFDasmException(Int32, String, String[])
public:
FFDasmException(int err, System::String ^ description, ... cli::array <System::String ^> ^ args);
public FFDasmException (int err, string description, params string[] args);
new Microsoft.BizTalk.Component.FFDasmException : int * string * string[] -> Microsoft.BizTalk.Component.FFDasmException
Public Sub New (err As Integer, description As String, ParamArray args As String())
Parameters
- err
- Int32
- description
- String
- args
- String[]
Applies to
FFDasmException(UInt32, String, String[])
public:
FFDasmException(System::UInt32 err, System::String ^ description, ... cli::array <System::String ^> ^ args);
public FFDasmException (uint err, string description, params string[] args);
new Microsoft.BizTalk.Component.FFDasmException : uint32 * string * string[] -> Microsoft.BizTalk.Component.FFDasmException
Public Sub New (err As UInteger, description As String, ParamArray args As String())
Parameters
- err
- UInt32
- description
- String
- args
- String[]