DicomImageException

DicomImageException constructor (1 of 2)

Initializes a new instance of the DicomImageException class.

public DicomImageException(string message)
ParameterTypeDescription
messageStringThe message.

See Also


DicomImageException constructor (2 of 2)

Initializes a new instance of the DicomImageException class.

public DicomImageException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe message.
innerExceptionExceptionThe inner exception.

See Also