[This is preliminary documentation and is subject to change.]
Returns an exception that was thrown during compilation
Namespace: NFX.TemplatizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Exception CompilationException { get; internal set; }
public Exception CompilationException { get; internal set; }
Public Property CompilationException As Exception
Get
Friend Set
Public Property CompilationException As Exception
Get
Friend Set
public:
property Exception^ CompilationException {
Exception^ get ();
internal: void set (Exception^ value);
}
public:
property Exception^ CompilationException {
Exception^ get ();
internal: void set (Exception^ value);
}
member CompilationException : Exception with get, internal set
member CompilationException : Exception with get, internal set
Property Value
Type:
Exception