'Declaration <DebuggerStepThroughAttribute()> <DebuggerNonUserCodeAttribute()> Public Function New( _ ByVal message As String _ )
'Usage Dim message As String Dim instance As New ScanFixUnsupportedImageException(message)
[DebuggerStepThrough()] [DebuggerNonUserCode()] public ScanFixUnsupportedImageException( string message )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: ScanFixUnsupportedImageException( string* message )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: ScanFixUnsupportedImageException( String^ message )
Parameters
- message
- Error message of the exception.