NAnt SDK Documentation - v0.85-nightly-2005-11-09

BuildException Members

BuildException overview

Public Instance Constructors

BuildException Overloaded. Initializes a new instance of the BuildException class.

Public Instance Properties

Data (inherited from Exception) 
HelpLink (inherited from Exception) 
InnerException (inherited from Exception) 
Location Gets the location in the build file of the element from which the exception originated.
Message Gets a message that describes the current exception.
RawMessage Gets the raw message as specified when the exception was constructed.
Source (inherited from Exception) 
StackTrace (inherited from Exception) 
TargetSite (inherited from Exception) 

Public Instance Methods

Equals (inherited from Object) 
GetBaseException (inherited from Exception) 
GetHashCode (inherited from Object) 
GetObjectData Serializes this object into the SerializationInfo provided.
GetType (inherited from Exception) 
ToString Creates and returns a string representation of the current exception.

Protected Instance Constructors

BuildException Overloaded. Initializes a new instance of the BuildException class.

Protected Instance Properties

HResult (inherited from Exception) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

BuildException Class | NAnt.Core Namespace