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::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCode Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.ToStringObject.ToStringObject::ToString Returns a stringStringString that represents the current objectObjectobject. (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.