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