Gets or sets whether the error is a warning.
[Visual Basic] Public Property IsWarning As Boolean [C#] public bool IsWarning {get; set;} [C++] public: __property bool get_IsWarning(); public: __property void set_IsWarning(bool); [JScript] public function get IsWarning() : Boolean; public function set IsWarning(Boolean);
true if the error is a warning; otherwise, false.
CompilerError Class | CompilerError Members | System.CodeDOM.Compiler Namespace