Метод | Описание | |
---|---|---|
DicomCodecUnsupportedSopException ( ) : System |
Initializes a new instance of DicomCodecUnsupportedSopException with a default error message.
|
|
DicomCodecUnsupportedSopException ( string message ) : System |
Initializes a new instance of DicomCodecUnsupportedSopException with a specified error message.
|
|
DicomCodecUnsupportedSopException ( string message, |
Initializes a new instance of DicomCodecUnsupportedSopException with a specified error message and a reference to the inner exception that is the cause of this exception.
|
Метод | Описание | |
---|---|---|
DicomCodecUnsupportedSopException ( |
Initializes a new instance of DicomCodecUnsupportedSopException with serialized data.
|
public DicomCodecUnsupportedSopException ( ) : System | ||
Результат | System |
protected DicomCodecUnsupportedSopException ( |
||
info | The |
|
context | The |
|
Результат | System |
public DicomCodecUnsupportedSopException ( string message ) : System | ||
message | string | The error message that explains the reason for the exception. |
Результат | System |
public DicomCodecUnsupportedSopException ( 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 |