HL72XmlDasmException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
HL72XmlDasmException(Int32, String)
public:
HL72XmlDasmException(int err, System::String ^ description);
public HL72XmlDasmException (int err, string description);
new Microsoft.Solutions.BTAHL7.Pipelines.HL72XmlDasmException : int * string -> Microsoft.Solutions.BTAHL7.Pipelines.HL72XmlDasmException
Public Sub New (err As Integer, description As String)
Parameter
- err
- Int32
- description
- String
Gilt für:
HL72XmlDasmException(SerializationInfo, StreamingContext)
protected:
HL72XmlDasmException(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected HL72XmlDasmException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new Microsoft.Solutions.BTAHL7.Pipelines.HL72XmlDasmException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Solutions.BTAHL7.Pipelines.HL72XmlDasmException
Parameter
- serializationInfo
- SerializationInfo
- streamingContext
- StreamingContext
Gilt für:
HL72XmlDasmException(UInt32, String)
public:
HL72XmlDasmException(System::UInt32 err, System::String ^ description);
public HL72XmlDasmException (uint err, string description);
new Microsoft.Solutions.BTAHL7.Pipelines.HL72XmlDasmException : uint32 * string -> Microsoft.Solutions.BTAHL7.Pipelines.HL72XmlDasmException
Public Sub New (err As UInteger, description As String)
Parameter
- err
- UInt32
- description
- String
Gilt für:
HL72XmlDasmException(Int32, String, String[])
public:
HL72XmlDasmException(int err, System::String ^ description, ... cli::array <System::String ^> ^ args);
public HL72XmlDasmException (int err, string description, params string[] args);
new Microsoft.Solutions.BTAHL7.Pipelines.HL72XmlDasmException : int * string * string[] -> Microsoft.Solutions.BTAHL7.Pipelines.HL72XmlDasmException
Public Sub New (err As Integer, description As String, ParamArray args As String())
Parameter
- err
- Int32
- description
- String
- args
- String[]
Gilt für:
HL72XmlDasmException(UInt32, String, String[])
public:
HL72XmlDasmException(System::UInt32 err, System::String ^ description, ... cli::array <System::String ^> ^ args);
public HL72XmlDasmException (uint err, string description, params string[] args);
new Microsoft.Solutions.BTAHL7.Pipelines.HL72XmlDasmException : uint32 * string * string[] -> Microsoft.Solutions.BTAHL7.Pipelines.HL72XmlDasmException
Public Sub New (err As UInteger, description As String, ParamArray args As String())
Parameter
- err
- UInt32
- description
- String
- args
- String[]