Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Microsoft.Build.Exceptions Namespace

 

Contains exception types that may be thrown during the build process.

ClassDescription
System_CAPS_pubclassBuildAbortedException

An exception representing the case where the build was aborted by request, as opposed to being unceremoniously shut down due to another kind of error exception.

System_CAPS_pubclassInternalLoggerException

This exception is used to wrap an unhandled exception from a logger. This exception aborts the build, and it can only be thrown by the MSBuild engine.

System_CAPS_pubclassInvalidProjectFileException

This exception is thrown whenever there is a problem with the user's XML project file. The problem might be semantic or syntactical. The latter would be of a type typically caught by XSD validation (if it was performed by the project writer).

System_CAPS_pubclassInvalidToolsetDefinitionException

Exception subclass that ToolsetReaders should throw.

Return to top
Show: