Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

A .NET exception type that represents one or more business logic or validation error conditions.

License

Notifications You must be signed in to change notification settings

EnableSoftware/Enable.Common.ValidationException

Repository files navigation

Enable.Common.ValidationException

A .NET exception type that represents one or more business logic or validation error conditions.

Build status

Usage

throw new ValidationException();
throw new ValidationException("exception message");
throw new ValidationException("exception message", wrappedException);
throw new ValidationException(new[] { "validation message 1", "validation message 2" });
throw new ValidationException("exception message", new[] { "validation message 1", "validation message 2" });

About

A .NET exception type that represents one or more business logic or validation error conditions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages