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