Initializes a new instance of the CompilationErrorException class with a specified error message.

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

Syntax

C#
public CompilationErrorException(
	string message
)
Visual Basic
Public Sub New ( _
	message As String _
)
Visual C++
public:
CompilationErrorException(
	String^ message
)

Parameters

message
Type: String
The message that describes the error.

See Also