Search Results for

    Show / Hide Table of Contents

    Class DataPortApiException

    Inheritance
    System.Object
    System.Exception
    DataPortApiException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.Message
    System.Exception.Data
    System.Exception.InnerException
    System.Exception.TargetSite
    System.Exception.StackTrace
    System.Exception.HelpLink
    System.Exception.Source
    System.Exception.HResult
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.Flow.DataPort
    Assembly: Simplic.Framework.Flow.dll
    Syntax
    public class DataPortApiException : Exception, ISerializable, _Exception

    Constructors

    | Improve this Doc View Source

    DataPortApiException()

    Declaration
    public DataPortApiException()
    | Improve this Doc View Source

    DataPortApiException(String)

    Declaration
    public DataPortApiException(string message)
    Parameters
    Type Name Description
    System.String message
    | Improve this Doc View Source

    DataPortApiException(String, String, String, String, HttpStatusCode)

    Declaration
    public DataPortApiException(string message, string api, string controller, string action, HttpStatusCode errorCode)
    Parameters
    Type Name Description
    System.String message
    System.String api
    System.String controller
    System.String action
    System.Net.HttpStatusCode errorCode
    | Improve this Doc View Source

    DataPortApiException(String, String, String, String, HttpStatusCode, Exception)

    Declaration
    public DataPortApiException(string message, string api, string controller, string action, HttpStatusCode errorCode, Exception innerException)
    Parameters
    Type Name Description
    System.String message
    System.String api
    System.String controller
    System.String action
    System.Net.HttpStatusCode errorCode
    System.Exception innerException

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx