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