Class DicomCodecException
Inheritance
DicomCodecException
Assembly: cs.temp.dll.dll
Syntax
public class DicomCodecException : DicomException, ISerializable, _Exception
Constructors
DicomCodecException(String)
Declaration
public DicomCodecException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
DicomCodecException(String, Exception)
Declaration
public DicomCodecException(string message, Exception innerException)
Parameters
DicomCodecException(String, Object[])
Declaration
public DicomCodecException(string format, params object[] args)
Parameters
Implements