Class ValidationException
- Namespace
- DisCatSharp.Exceptions
- Assembly
- DisCatSharp.dll
Represents a validation exception thrown by DisCatSharp because of an invalid user input.
public sealed class ValidationException : DisCatSharpUserException, ISerializable
- Inheritance
-
ValidationException
- Implements
- Inherited Members
Properties
- ErrorMessage
Gets the error message.
- Origin
Gets i.e. the method name, where the exception was thrown for.
- ValidatedType
Gets the validated type.