CompilationErrorEventArgs.CompilationError PropertyCompilationErrorEventArgs.CompilationError PropertyCompilationErrorEventArgs::CompilationError Property

Gets the XdmExceptionXdmExceptionXdmException describing this compilation error.

Syntax

Public ReadOnly Property CompilationError As XdmException
        Get
public XdmException CompilationError { get; }
public:
property XdmException^ CompilationError {
    XdmException^ get();
}
 

Property Value

Type: XmlPrime.XdmExceptionXmlPrime.XdmExceptionXmlPrime::XdmException^

An XdmExceptionXdmExceptionXdmException object. This value will never be null a null reference (Nothing in Visual Basic) nullptr