[Gregor.Core.NExceptionEvents]

Gregor.Core.NExceptionEvents

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.NExceptionEvents

: System.Collections.CollectionBase, System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable

Custom Attributes: System.Reflection.DefaultMember(MemberName="Item"), Gregor.Core.EngineCollection(Exclusive=false)

Description: 


Members

NExceptionEvents

public NExceptionEvents()

Custom Attributes: 

Description: 

this

public Gregor.Core.CExceptionEventArgs this[System.Int32 index] {get;}

Custom Attributes: 

Description: 

Last

public Gregor.Core.CExceptionEventArgs Last {get;}

Custom Attributes: 

Description: 

Add

public Gregor.Core.CExceptionEventArgs Add(System.Exception ex, System.Boolean fDidStop)

Custom Attributes: 

Description: 

Add

public Gregor.Core.CExceptionEventArgs Add(System.Exception ex)

Custom Attributes: 

Description: 

Add

public Gregor.Core.CExceptionEventArgs Add(System.Exception ex, System.Boolean fDidStop, System.String sCatcherMessage)

Custom Attributes: 

Description: 

IndexOf

public System.Int32 IndexOf(Gregor.Core.CExceptionEventArgs e)

Custom Attributes: 

Description: 

IndexOf

public System.Int32 IndexOf(System.Exception ex)

Custom Attributes: 

Description: 


See Also

Gregor.Core.CExceptionEventArgs

Gregor.Core.EngineCollectionAttribute

System.Collections.CollectionBase

System.Exception

System.Reflection.DefaultMemberAttribute

System.String

System.Collections.ICollection

System.Collections.IEnumerable

System.Collections.IList

System.Boolean

System.Int32