ValidationException.

ValidationException(string, Exception) Constructor

Summary

Initializes a new instance of the NAnt.Core.ValidationException class with the specified descriptive message and inner exception.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
ValidationException

Syntax

public ValidationException(string message, Exception innerException)

Parameters

Name Type Description
message string A descriptive message to include with the exception.
innerException Exception A nested exception that is the cause of the current exception.

Return Value

Type Description
void