Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public abstract class Gregor.Core.CCodeProcessingException : System.Exception, System.Runtime.Serialization.ISerializable, System.Runtime.InteropServices._Exception Custom Attributes: Description:
protected CCodeProcessingException(System.String sCode, System.Int32 iPos) Custom Attributes: Description:
protected CCodeProcessingException(System.String sMessage, System.Exception inner) Custom Attributes: Description:
protected CCodeProcessingException(System.String sCode, System.Int32 iPos, System.String sMessage, System.Exception inner) Custom Attributes: Description:
protected CCodeProcessingException(System.String sCode, System.Int32 iPos, System.String sMessage) Custom Attributes: Description:
protected CCodeProcessingException() Custom Attributes: Description:
protected CCodeProcessingException(System.String sMessage) Custom Attributes: Description:
private System.String m_Code Custom Attributes: Description:
private System.Int32 m_Position Custom Attributes: Description:
public virtual System.String Code {get;}
Custom Attributes:
Description:
public virtual System.Int32 Position {get;}
Custom Attributes:
Description:
public virtual System.String GetHint() Custom Attributes: Description:
public virtual Gregor.Core.Location GetLocation() Custom Attributes: Description:
System.Runtime.InteropServices._Exception