[Gregor.Core.CCodeProcessingException]

Gregor.Core.CCodeProcessingException

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public abstract class Gregor.Core.CCodeProcessingException

: System.Exception, System.Runtime.Serialization.ISerializable, System.Runtime.InteropServices._Exception

Custom Attributes: 

Description: 


Members

CCodeProcessingException

protected CCodeProcessingException(System.String sCode, System.Int32 iPos)

Custom Attributes: 

Description: 

CCodeProcessingException

protected CCodeProcessingException(System.String sMessage, System.Exception inner)

Custom Attributes: 

Description: 

CCodeProcessingException

protected CCodeProcessingException(System.String sCode, System.Int32 iPos, System.String sMessage, System.Exception inner)

Custom Attributes: 

Description: 

CCodeProcessingException

protected CCodeProcessingException(System.String sCode, System.Int32 iPos, System.String sMessage)

Custom Attributes: 

Description: 

CCodeProcessingException

protected CCodeProcessingException()

Custom Attributes: 

Description: 

CCodeProcessingException

protected CCodeProcessingException(System.String sMessage)

Custom Attributes: 

Description: 

m_Code

private System.String m_Code

Custom Attributes: 

Description: 

m_Position

private System.Int32 m_Position

Custom Attributes: 

Description: 

Code

public virtual System.String Code {get;}

Custom Attributes: 

Description: 

Position

public virtual System.Int32 Position {get;}

Custom Attributes: 

Description: 

GetHint

public virtual System.String GetHint()

Custom Attributes: 

Description: 

GetLocation

public virtual Gregor.Core.Location GetLocation()

Custom Attributes: 

Description: 


See Also

System.Exception

System.String

System.Runtime.InteropServices._Exception

System.Runtime.Serialization.ISerializable

Gregor.Core.Location

System.Int32