ICompilationException Interface
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.
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. |