CompilerWarning(CompilerError) 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 CompilerWarning(
CompilerError ce
)
Public Sub New (
ce As CompilerError
)
Dim ce As CompilerError
Dim instance As New CompilerWarning(ce)
public:
CompilerWarning(
CompilerError^ ce
)
new :
ce : CompilerError -> CompilerWarning
No code example is currently available or this language may not be supported.
Parameters
- ce CompilerError
-
A CompilerError instance that contains the warning data.