NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CompilerError.ErrorNumber

Gets or sets the error number.

[Visual Basic]
Public Property ErrorNumber As String
[C#]
public string ErrorNumber {get; set;}
[C++]
public: __property String* get_ErrorNumber();
public: __property void set_ErrorNumber(String*);
[JScript]
public function get ErrorNumber() : String;
public function set ErrorNumber(String);

Property Value

The error number as a string.

See Also

CompilerError Class | CompilerError Members | System.CodeDOM.Compiler Namespace