CompilationErrorEventArgs ClassCompilationErrorEventArgs ClassCompilationErrorEventArgs Class

Provides data for the CompilationErrorCompilationErrorCompilationError compilation error event.

Inheritance Hierarchy

Syntax

Public Class CompilationErrorEventArgs _
        Inherits EventArgs
public class CompilationErrorEventArgs : EventArgs
public:
ref class CompilationErrorEventArgs : EventArgs^
 
The CompilationErrorEventArgsCompilationErrorEventArgsCompilationErrorEventArgs type exposes the following members.

Properties

 PropertyDescription
Public propertyCompilationErrorCompilationErrorCompilationError Gets the XdmExceptionXdmExceptionXdmException describing this compilation error.
Public propertySeveritySeveritySeverity Gets the severity of this compilation error.

Top

Methods

 MethodDescription
Public methodObject.EqualsObject.EqualsObject::EqualsDetermines whether the specified object is equal to the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCodeServes as the default hash function. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetTypeGets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.ToStringObject.ToStringObject::ToStringReturns a string that represents the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)

Top

Remarks

The CompilationErrorCompilationErrorCompilationError event occurs during compilation of an XQuery program, an XPath expression or an XSL transformation.