AddTypeCompilerError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compile error or warning.
public ref class AddTypeCompilerError
[Windows::Foundation::Metadata::WebHostHidden]
class AddTypeCompilerError
public class AddTypeCompilerError
type AddTypeCompilerError = class
Public Class AddTypeCompilerError
- Inheritance
-
AddTypeCompilerError
Constructors
AddTypeCompilerError() |
Properties
Column |
Column number. |
ErrorNumber |
Error number code, i.e. CS0116 |
ErrorText |
Error message text. |
FileName |
FileName, if compiled from paths. |
IsWarning |
true if warning. false if error. |
Line |
Line number. |