Search Results for

    Show / Hide Table of Contents

    Class PipelineExceptionNotHandledEventArgs

    Provides data for the PipelineExceptionNotHandled event.

    Inheritance
    System.Object
    PipelineExceptionNotHandledEventArgs
    Namespace: Microsoft.Psi
    Assembly: Microsoft.Psi.dll
    Syntax
    public class PipelineExceptionNotHandledEventArgs : EventArgs

    Properties

    View Source

    Exception

    Gets the exception thrown by the pipeline.

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

    Extension Methods

    Serializer.DeepClone<T>(T, ref T)
    Serializer.DeepClone<T>(T, IRecyclingPool<T>)
    Serializer.DeepClone<T>(T)
    • View Source
    In This Article
    • Properties
      • Exception
    • Extension Methods
    Back to top Privacy & Cookies | Terms Of Use | Trademarks | © Microsoft
    Generated by DocFX