C#
VB
C++
Java
public DicomException(
string message
)
Public Function New( _
ByVal message As String _
)
public DicomException(String message)
public:
DicomException(
String^ message
)
message
A String that describes the error. The content of message is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
For an example, refer to DicomException.