Show / Hide Table of Contents

Class CriticalExceptionEventArgs

Inheritance
System.Object
System.EventArgs
CriticalExceptionEventArgs
Inherited Members
System.EventArgs.Empty
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: MonoTorrent.Client
Assembly: MonoTorrent.dll
Syntax
public class CriticalExceptionEventArgs : EventArgs

Constructors

CriticalExceptionEventArgs(Exception, ClientEngine)

Declaration
public CriticalExceptionEventArgs(Exception ex, ClientEngine engine)
Parameters
Type Name Description
System.Exception ex
ClientEngine engine

Properties

Engine

Declaration
public ClientEngine Engine { get; }
Property Value
Type Description
ClientEngine

Exception

Declaration
public Exception Exception { get; }
Property Value
Type Description
System.Exception
In This Article
Back to top Generated by DocFX