ClearCanvas.Dicom.DicomException.DicomException C# (CSharp) Метод

DicomException() публичный Метод

Initializes a new instance of DicomException with a default error message.
public DicomException ( ) : System
Результат System
		public DicomException()
			: base("A DICOM error has occured.") {}

Same methods

DicomException::DicomException ( SerializationInfo info, StreamingContext context ) : System
DicomException::DicomException ( string message ) : System
DicomException::DicomException ( string message, Exception innerException ) : System
DicomException