CompilerErrorEx Constructor
Namespace: DevCase.Core.Diagnostics.CodeCompilationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public CompilerErrorEx(
CompilerError ce
)
Public Sub New (
ce As CompilerError
)
Dim ce As CompilerError
Dim instance As New CompilerErrorEx(ce)
public:
CompilerErrorEx(
CompilerError^ ce
)
new :
ce : CompilerError -> CompilerErrorEx
No code example is currently available or this language may not be supported.
Parameters
- ce CompilerError
-
A CompilerError instance that contains the error data.