ClientBuildManagerCallback.ReportCompilerError(CompilerError) Method
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.
Reports compilation errors and warnings that occur during an application build.
public:
virtual void ReportCompilerError(System::CodeDom::Compiler::CompilerError ^ error);
public virtual void ReportCompilerError (System.CodeDom.Compiler.CompilerError error);
abstract member ReportCompilerError : System.CodeDom.Compiler.CompilerError -> unit
override this.ReportCompilerError : System.CodeDom.Compiler.CompilerError -> unit
Public Overridable Sub ReportCompilerError (error As CompilerError)
Parameters
- error
- CompilerError
The error or warning encountered during compilation.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.