Initializes a new instance of the BuildException class.
Initializes a new instance of the BuildException class.
public BuildException();
Initializes a new instance of the BuildException class with serialized data.
protected BuildException(SerializationInfo,StreamingContext);
Initializes a new instance of the BuildException class with a descriptive message.
public BuildException(string);
Initializes a new instance of the BuildException class with a descriptive message and the location in the build file that caused the exception.
public BuildException(string,Location);
Initializes a new instance of the BuildException class with a descriptive message, the location in the build file and an instance of the exception that is the cause of the current exception.
public BuildException(string,Location,Exception);
Initializes a new instance of the BuildException class with the specified descriptive message and inner exception.
public BuildException(string,Exception);
BuildException Class | NAnt.Core Namespace