Class DocValidationException
Thrown by data document validation
Inheritance
System.Object
System.Exception
DocValidationException
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: Azos.Data
Assembly: Azos.dll
Syntax
[Serializable]
public class DocValidationException : ValidationException, ISerializable
Constructors
DocValidationException(SerializationInfo, StreamingContext)
Declaration
protected DocValidationException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | |
| System.Runtime.Serialization.StreamingContext | context |
DocValidationException(String)
Declaration
public DocValidationException(string schemaName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | schemaName |
DocValidationException(String, String)
Declaration
public DocValidationException(string schemaName, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | schemaName | |
| System.String | message |
DocValidationException(String, String, Exception)
Declaration
public DocValidationException(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 = "DOCVE-SCH"
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