'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 ScanFixException(message, number)
[DebuggerStepThrough()] [DebuggerNonUserCode()] public ScanFixException( string message, int number )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: ScanFixException( string* message, int number )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: ScanFixException( String^ message, int number )
Parameters
- message
- Error message of the exception.
- number
- Integer indicating exception number.