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