Class CRUDRowValidationException
Thrown by CRUD data access classes when field validation does not pass
Inheritance
System.Object
    System.Exception
    
    
    
    
    CRUDRowValidationException
  Implements
System.Runtime.Serialization.ISerializable
  Inherited Members
      System.Exception.GetBaseException()
    
    
      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: NFX.DataAccess.CRUD
Assembly: NFX.dll
Syntax
[Serializable]
public class CRUDRowValidationException : CRUDValidationException, ISerializable
  Constructors
CRUDRowValidationException(SerializationInfo, StreamingContext)
Declaration
protected CRUDRowValidationException(SerializationInfo info, StreamingContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | |
| System.Runtime.Serialization.StreamingContext | context | 
CRUDRowValidationException(String)
Declaration
public CRUDRowValidationException(string schemaName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | schemaName | 
CRUDRowValidationException(String, String)
Declaration
public CRUDRowValidationException(string schemaName, string message)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | schemaName | |
| System.String | message | 
CRUDRowValidationException(String, String, Exception)
Declaration
public CRUDRowValidationException(string schemaName, string message, Exception inner)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | schemaName | |
| System.String | message | |
| System.Exception | inner | 
Fields
SCHEMA_NAME_FLD_NAME
Declaration
public const string SCHEMA_NAME_FLD_NAME = "CRUDRVE-SN"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
SchemaName
Declaration
public readonly string SchemaName
  Field Value
| Type | Description | 
|---|---|
| System.String | 
WHAT
Declaration
public const string WHAT = "Schema: '{0}'; "
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Methods
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | |
| System.Runtime.Serialization.StreamingContext | context | 
Overrides
Implements
      System.Runtime.Serialization.ISerializable