HL72fDasmException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
HL72fDasmException(Int32, String)
public:
HL72fDasmException(int err, System::String ^ description);
public HL72fDasmException (int err, string description);
new Microsoft.Solutions.BTAHL7.Pipelines.HL72fDasmException : int * string -> Microsoft.Solutions.BTAHL7.Pipelines.HL72fDasmException
Public Sub New (err As Integer, description As String)
参数
- err
- Int32
- description
- String
适用于
HL72fDasmException(SerializationInfo, StreamingContext)
protected:
HL72fDasmException(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected HL72fDasmException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new Microsoft.Solutions.BTAHL7.Pipelines.HL72fDasmException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Solutions.BTAHL7.Pipelines.HL72fDasmException
参数
- serializationInfo
- SerializationInfo
- streamingContext
- StreamingContext
适用于
HL72fDasmException(UInt32, String)
public:
HL72fDasmException(System::UInt32 err, System::String ^ description);
public HL72fDasmException (uint err, string description);
new Microsoft.Solutions.BTAHL7.Pipelines.HL72fDasmException : uint32 * string -> Microsoft.Solutions.BTAHL7.Pipelines.HL72fDasmException
Public Sub New (err As UInteger, description As String)
参数
- err
- UInt32
- description
- String
适用于
HL72fDasmException(Int32, String, String[])
public:
HL72fDasmException(int err, System::String ^ description, ... cli::array <System::String ^> ^ args);
public HL72fDasmException (int err, string description, params string[] args);
new Microsoft.Solutions.BTAHL7.Pipelines.HL72fDasmException : int * string * string[] -> Microsoft.Solutions.BTAHL7.Pipelines.HL72fDasmException
Public Sub New (err As Integer, description As String, ParamArray args As String())
参数
- err
- Int32
- description
- String
- args
- String[]
适用于
HL72fDasmException(UInt32, String, String[])
public:
HL72fDasmException(System::UInt32 err, System::String ^ description, ... cli::array <System::String ^> ^ args);
public HL72fDasmException (uint err, string description, params string[] args);
new Microsoft.Solutions.BTAHL7.Pipelines.HL72fDasmException : uint32 * string * string[] -> Microsoft.Solutions.BTAHL7.Pipelines.HL72fDasmException
Public Sub New (err As UInteger, description As String, ParamArray args As String())
参数
- err
- UInt32
- description
- String
- args
- String[]