Метод | Описание | |
---|---|---|
DicomCodecException ( ) : System |
Initializes a new instance of DicomCodecException with a default error message.
|
|
DicomCodecException ( string message ) : System |
Initializes a new instance of DicomCodecException with a specified error message.
|
|
DicomCodecException ( string message, |
Initializes a new instance of DicomCodecException with a specified error message and a reference to the inner exception that is the cause of this exception.
|
Метод | Описание | |
---|---|---|
DicomCodecException ( |
Initializes a new instance of DicomCodecException with serialized data.
|
protected DicomCodecException ( |
||
info | The |
|
context | The |
|
Результат | System |
public DicomCodecException ( string message ) : System | ||
message | string | The error message that explains the reason for the exception. |
Результат | System |
public DicomCodecException ( string message, |
||
message | string | The error message that explains the reason for the exception. |
innerException | The exception that is the cause of the current exception, or null if no inner exception is specified. | |
Результат | System |