ValidationException(String, IEnumerableString) Constructor

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 (26.2.0.1000)
Syntax
public ValidationException(
	string? message,
	IEnumerable<string>? details
)

Parameters

message  String
The message.
details  IEnumerableString
The list of messages corresponding to validation failures.
See Also