Method | Description | |
---|---|---|
ToString ( ) : string |
Creates a textual representation of the failure.
|
|
ValidationFailure ( string propertyName, string error, string errorCode ) : System.Collections.Generic |
Creates a new validation failure.
|
|
ValidationFailure ( string propertyName, string error, string errorCode, object attemptedValue ) : System.Collections.Generic |
Creates a new ValidationFailure.
|
public ValidationFailure ( string propertyName, string error, string errorCode ) : System.Collections.Generic | ||
propertyName | string | |
error | string | |
errorCode | string | |
return | System.Collections.Generic |
public ValidationFailure ( string propertyName, string error, string errorCode, object attemptedValue ) : System.Collections.Generic | ||
propertyName | string | |
error | string | |
errorCode | string | |
attemptedValue | object | |
return | System.Collections.Generic |