DicomImageException Constructor (String) |
Namespace: Aspose.Imaging.CoreExceptions.ImageFormatsAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic DicomImageException(
string message
)
Public Sub New (
message As String
)
public:
DicomImageException(
String^ message
)
new :
message : string -> DicomImageException
Parameters
- message
- Type: SystemString
The message.
See Also