Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
DicomCodecUnsupportedSopException ( |
Initializes a new instance of DicomCodecUnsupportedSopException with serialized data.
|
public DicomCodecUnsupportedSopException ( ) : System | ||
return | System |
protected DicomCodecUnsupportedSopException ( |
||
info | The |
|
context | The |
|
return | System |
public DicomCodecUnsupportedSopException ( string message ) : System | ||
message | string | The error message that explains the reason for the exception. |
return | 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. | |
return | System |