public sealed class PluginStopExceptionContext : IEquatable<PluginStopExceptionContext>
Public NotInheritable Class PluginStopExceptionContext
Implements IEquatable(Of PluginStopExceptionContext)
public ref class PluginStopExceptionContext sealed : IEquatable<PluginStopExceptionContext^>
[<SealedAttribute>]
type PluginStopExceptionContext =
class
interface IEquatable<PluginStopExceptionContext>
end
PluginStopExceptionContext | Контекст события по возникновению исключения в процессе остановки плагина в методе StopAsync(IPluginStopToken). |
Exception | Исключение, возникшее в методе StopAsync(IPluginStopToken) объекта Plugin. |
Plugin | Плагин, вежливая остановка которого производится. |
StopToken | Токен, позволяющий определить состояние плагина. |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |