Class FaultedEventArgs
Аргументы события ISession.Faulted
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public class FaultedEventArgs : EventArgs
Constructors
FaultedEventArgs(Exception)
Инициализирует объект класса FaultedEventArgs.
Declaration
public FaultedEventArgs(Exception ex)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | ex | Исключение. |
Properties
Exception
Возвращает исключение, если есть.
Declaration
public Exception Exception { get; }
Property Value
| Type | Description |
|---|---|
| Exception |