CompilerErrorException Class

Definition

The CompilerErrorException class defines the exception that is thrown when an application manifest compiler encounters an error.The CompilerErrorException class is derived from the System.ApplicationException class.

public ref class CompilerErrorException sealed : ApplicationException
public sealed class CompilerErrorException : ApplicationException
Public NotInheritable Class CompilerErrorException
Inherits ApplicationException
Inheritance
CompilerErrorException

Constructors

CompilerErrorException(ArrayList)

The CompilerErrorException constructor initializes a new object of the CompilerErrorException class, with the error messages specified as an ordered ArrayList.

CompilerErrorException(SerializationInfo, StreamingContext)

The CompilerErrorException constructor initializes run-time serialization and streaming context.

Properties

ErrorMessages

The ErrorMessages property contains the errors that are encountered during compilation of the application manifest.

Applies to