Class ValidatorBuildingException
An exception which may be raised when building a validator.
Inheritance
System.Object
System.Exception
ValidatorBuildingException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: CSF.Validation
Assembly: CSF.Validation.Abstractions.dll
Syntax
[Serializable]
public class ValidatorBuildingException : Exception, ISerializable
Constructors
| Improve this Doc View SourceValidatorBuildingException()
Initialises a new ValidatorBuildingException.
Declaration
public ValidatorBuildingException()
ValidatorBuildingException(SerializationInfo, StreamingContext)
Initialises a new ValidatorBuildingException.
Declaration
protected ValidatorBuildingException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | Serialisation info. |
System.Runtime.Serialization.StreamingContext | context | Streaming context. |
ValidatorBuildingException(String)
Initialises a new ValidatorBuildingException.
Declaration
public ValidatorBuildingException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message. |
ValidatorBuildingException(String, Exception)
Initialises a new ValidatorBuildingException.
Declaration
public ValidatorBuildingException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message. |
System.Exception | inner | The inner exception. |
Implements
System.Runtime.Serialization.ISerializable