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