Search Results for

    Show / Hide Table of Contents

    Class PluginLoadExceptionEventArgs

    Inheritance
    System.Object
    System.EventArgs
    PluginLoadExceptionEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public class PluginLoadExceptionEventArgs : EventArgs

    Constructors

    PluginLoadExceptionEventArgs(IPluginDescriptor, Exception)

    Declaration
    public PluginLoadExceptionEventArgs(IPluginDescriptor pluginDescriptor, Exception exception)
    Parameters
    Type Name Description
    IPluginDescriptor pluginDescriptor
    System.Exception exception

    Properties

    Exception

    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    System.Exception

    PluginDescriptor

    Declaration
    public IPluginDescriptor PluginDescriptor { get; }
    Property Value
    Type Description
    IPluginDescriptor

    On this page

    • Constructors
      • PluginLoadExceptionEventArgs(IPluginDescriptor, Exception)
    • Properties
      • Exception
      • PluginDescriptor
    Back to top Generated by DocFX