Is thrown if compilation completed with errors.

Namespace: ScopeClient
Assembly: Scope (in Scope.exe) Version: 10.2.0.0 (10.2.2.0)

Syntax

C#
[SerializableAttribute]
public class CompilationErrorException : Exception
Visual Basic
<SerializableAttribute> _
Public Class CompilationErrorException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class CompilationErrorException : public Exception

Inheritance Hierarchy

Object
  Exception
    ScopeClient..::..CompilationErrorException

See Also