Class LoggingErrorHandler
Inheritance
System.Object
LoggingErrorHandler
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.FixEngine.Session
Assembly: FixAntenna.Core.dll
Syntax
public class LoggingErrorHandler : IErrorHandler
Methods
OnError(String, Exception)
This method is invoked every time when error is occurred.
Declaration
public virtual void OnError(string description, Exception st)
Parameters
Type | Name | Description |
---|---|---|
System.String | description | error description |
System.Exception | st |
OnFatalError(String, Exception)
This method is invoked every time when fatal error is occurred.
Declaration
public virtual void OnFatalError(string description, Exception st)
Parameters
Type | Name | Description |
---|---|---|
System.String | description | fatal error description |
System.Exception | st |
OnWarn(String, Exception)
This method is invoked every time when warning is occurred.
Declaration
public virtual void OnWarn(string description, Exception st)
Parameters
Type | Name | Description |
---|---|---|
System.String | description | warn description |
System.Exception | st |