Class SchemaCompilationException
Thrown by relational schema compiler while processing the source schema
Inheritance
System.Object
    System.Exception
    
    
    
    SchemaCompilationException
  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.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.RelationalModel
Assembly: NFX.dll
Syntax
[Serializable]
public class SchemaCompilationException : SchemaException, ISerializable
  Constructors
SchemaCompilationException(SerializationInfo, StreamingContext)
Declaration
protected SchemaCompilationException(SerializationInfo info, StreamingContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | |
| System.Runtime.Serialization.StreamingContext | context | 
SchemaCompilationException(String, String)
Declaration
public SchemaCompilationException(string nodePath, string message)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | nodePath | |
| System.String | message | 
SchemaCompilationException(String, String, Exception)
Declaration
public SchemaCompilationException(string nodePath, string message, Exception inner)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | nodePath | |
| System.String | message | |
| System.Exception | inner | 
Fields
NODE_PATH_FLD_NAME
Declaration
public const string NODE_PATH_FLD_NAME = "SCE-NP"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
NodePath
Returns node that issued compilation error
Declaration
public readonly string NodePath
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Properties
Message
Declaration
public override string Message { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
System.Exception.Message
  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