Show / Hide Table of Contents

    Class IntegrationException

    Inheritance
    System.Object
    System.Exception
    IntegrationException
    IntegrationInvalidParameterException
    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: DocuWare.WebIntegration
    Assembly: DocuWare.WebIntegration.dll
    Syntax
    [Serializable]
    public class IntegrationException : Exception, ISerializable, _Exception

    Constructors

    IntegrationException(SerializationInfo, StreamingContext)

    Declaration
    protected IntegrationException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info
    System.Runtime.Serialization.StreamingContext context

    IntegrationException(String)

    Declaration
    public IntegrationException(string message)
    Parameters
    Type Name Description
    System.String message

    IntegrationException(String, Exception)

    Declaration
    public IntegrationException(string message, Exception ex)
    Parameters
    Type Name Description
    System.String message
    System.Exception ex

    IntegrationException(String, String[])

    Declaration
    public IntegrationException(string message, params string[] args)
    Parameters
    Type Name Description
    System.String message
    System.String[] args

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top