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