ValidationException Constructor (String, IEnumerableString)

Initializes a new instance of the ValidationException class with a list of specific messages corresponding to the validation failures.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public ValidationException(
	string? message,
	IEnumerable<string>? details
)

Parameters

message
Type: SystemString
The message.
details
Type: System.Collections.GenericIEnumerableString
The list of messages corresponding to validation failures.
See Also