Class Error
Inheritance
System.Object
Error
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: MonoTorrent.Client
Assembly: MonoTorrent.dll
Syntax
public class Error
Constructors
Error(Reason, Exception)
Declaration
public Error(Reason reason, Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
| Reason | reason | |
| System.Exception | exception |
Properties
Exception
Declaration
public Exception Exception { get; }
Property Value
| Type | Description |
|---|---|
| System.Exception |
Reason
Declaration
public Reason Reason { get; }
Property Value
| Type | Description |
|---|---|
| Reason |