Method | Description | |
---|---|---|
ValidationException ( IEnumerable |
Creates a new ValidationException
|
|
ValidationException ( string message ) : System |
Creates a new ValidationException
|
|
ValidationException ( string message, IEnumerable |
Creates a new ValidationException
|
Method | Description | |
---|---|---|
BuildErrorMesage ( IEnumerable |
public ValidationException ( IEnumerable |
||
errors | IEnumerable |
|
return | System |
public ValidationException ( string message ) : System | ||
message | string | |
return | System |
public ValidationException ( string message, IEnumerable |
||
message | string | |
errors | IEnumerable |
|
return | System |