DicomImageException

DicomImageException(string)

初始化DicomImageException类.

public DicomImageException(string message)
范围类型描述
messageString消息。

也可以看看


DicomImageException(string, Exception)

初始化DicomImageException类.

public DicomImageException(string message, Exception innerException)
范围类型描述
messageString消息。
innerExceptionException内部异常。

也可以看看