Show / Hide Table of Contents

    Class FlowModuleException

    Inheritance
    System.Object
    System.Exception
    FlowModuleException
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.ToString()
    System.Exception.Data
    System.Exception.HelpLink
    System.Exception.HResult
    System.Exception.InnerException
    System.Exception.Message
    System.Exception.Source
    System.Exception.StackTrace
    System.Exception.TargetSite
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Crosser.EdgeNode.Flows.Abstractions.FlowModuleException
    Assembly: Crosser.EdgeNode.Flows.Abstractions.dll
    Syntax
    public class FlowModuleException : Exception, ISerializable

    Constructors

    FlowModuleException(IFlowModule)

    Declaration
    public FlowModuleException(IFlowModule module)
    Parameters
    IFlowModule module

    FlowModuleException(IFlowModule, IError)

    Declaration
    public FlowModuleException(IFlowModule module, IError error)
    Parameters
    IFlowModule module

    IError error

    FlowModuleException(IFlowModule, String)

    Declaration
    public FlowModuleException(IFlowModule module, string message)
    Parameters
    IFlowModule module

    System.String message

    FlowModuleException(IFlowModule, String, Exception)

    Declaration
    public FlowModuleException(IFlowModule module, string message, Exception innerException)
    Parameters
    IFlowModule module

    System.String message

    System.Exception innerException

    Properties

    Error

    Declaration
    public IError Error { get; }
    Property Value
    IError

    Module

    Declaration
    public IFlowModule Module { get; }
    Property Value
    IFlowModule

    Back to top Crosser SDK