NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
ValidationException Constructor (String, Exception)
[This is preliminary documentation and subject to change.]
Initializes a new instance of the ValidationException class with the specified descriptive message and inner exception.
[Visual Basic]
Overloads Public Sub New( _
ByVal
message As
String, _
ByVal
innerException As
Exception _
)
[C#]
public ValidationException(
string message,
Exception innerException);
Parameters
-
message
- A descriptive message to include with the exception.
-
innerException
- A nested exception that is the cause of the current exception.
Remarks
Missing <remarks> documentation for M:NAnt.Core.ValidationException.#ctor(System.String,System.Exception)
See Also
ValidationException Class | NAnt.Core Namespace | ValidationException Constructor Overload List