Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Agent.PostSharp Namespace / GException Class


GException Class Methods

For a list of all members of this type, see GException members.

Public Methods
 NameDescription
Public MethodMethod invoked at build time to initialize the instance fields of the current aspect. This method is invoked before any other build-time method. PostSharp Infrastructure. The method stores values that will allow for faster run-time execution. (Inherited from Gibraltar.Agent.PostSharp.GAspectBase)
Public MethodOverloaded.  (Inherited from PostSharp.Aspects.MethodLevelAspect)
Public MethodReturns a value that indicates whether this instance is equal to a specified object. (Inherited from System.Attribute)
Public MethodMethod invoked at build tome to get the imperative configuration of the current PostSharp.Aspects.Aspect. (Inherited from PostSharp.Aspects.Aspect)
Public MethodReturns the hash code for this instance. (Inherited from System.Attribute)
Public MethodWhen overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from System.Attribute)
Public MethodWhen overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from System.Attribute)
Public MethodMethod executed before the body of methods to which this aspect is applied. (Inherited from PostSharp.Aspects.OnMethodBoundaryAspect)
Public MethodOverridden. Method executed after the body of methods to which this aspect is applied, in case that the method resulted with an exception. PostSharp Infrastructure. Provides exception information to be recorded on method exit.  
Public MethodMethod executed after the body of methods to which this aspect is applied, even when the method exists with an exception (this method is invoked from the finally block). (Inherited from PostSharp.Aspects.OnMethodBoundaryAspect)
Public MethodMethod executed after the body of methods to which this aspect is applied, but only when the method successfully returns (i.e. when no exception flies out the method.). (Inherited from PostSharp.Aspects.OnMethodBoundaryAspect)
Public MethodInitializes the current aspect. (Inherited from PostSharp.Aspects.MethodLevelAspect)
Top
Protected Methods
 NameDescription
Protected MethodMethod invoked at build time to create a concrete PostSharp.Aspects.Configuration.AspectConfiguration instance specifically for the current PostSharp.Aspects.Aspect type. (Inherited from PostSharp.Aspects.OnMethodBoundaryAspect)
Protected MethodInfrastructure. Safely determine the base category path for the current aspect. Will always return a non-empty value. (Inherited from Gibraltar.Agent.PostSharp.GAspectBase)
Protected MethodCalculate the category from the root to the beginning of the autogenerated category. (Inherited from Gibraltar.Agent.PostSharp.GAspectBase)
Protected MethodOverloaded.  (Inherited from PostSharp.Aspects.MethodLevelAspect)
Top
See Also