NAnt SDK Documentation - v0.92 |
|
BuildException Constructor (String, Exception)
Initializes a new instance of the BuildException class with the specified descriptive message and inner exception.
[Visual Basic]
Overloads Public Sub New( _
ByVal
message As
String, _
ByVal
innerException As
Exception _
)
Parameters
-
message
- A descriptive message to include with the exception.
-
innerException
- A nested exception that is the cause of the current exception.
See Also
BuildException Class | NAnt.Core Namespace | BuildException Constructor Overload List