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