ICompilationException Interface

Definition

Specifies the contract for an exception representing compilation failure.

public interface class ICompilationException
public interface ICompilationException
type ICompilationException = interface
Public Interface ICompilationException
Derived

Remarks

This interface is implemented on exceptions thrown during compilation to enable consumers to read compilation-related data out of the exception

Properties

CompilationFailures

Gets a sequence of CompilationFailure with compilation failures.

Applies to