• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class FinSecurityException

    A FinSecurityException may be thrown by many security related methods.

    Inheritance
    System.Object
    System.Exception
    FinSecurityException
    Implements
    System.Runtime.Serialization.ISerializable
    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: Subsembly.FinTS
    Assembly: Subsembly.FinTS.Core.dll
    Syntax
    public class FinSecurityException : Exception, ISerializable
    Remarks

    If applicable the original exception is included as the inner exception.

    Constructors

    FinSecurityException(FinSecurityExceptionCode)

    Create a new FinSecurityException.

    Declaration
    public FinSecurityException(FinSecurityExceptionCode nCode)
    Parameters
    Type Name Description
    FinSecurityExceptionCode nCode

    The exception code of the exception.

    FinSecurityException(FinSecurityExceptionCode, String)

    Create a new FinSecurityException with a descriptive message.

    Declaration
    public FinSecurityException(FinSecurityExceptionCode nCode, string sMessage)
    Parameters
    Type Name Description
    FinSecurityExceptionCode nCode

    The exception code of the exception.

    System.String sMessage

    Descriptive message. This message is intended to be consumed by the developer and not the user.

    FinSecurityException(FinSecurityExceptionCode, String, Exception)

    Create a new FinSecurityException with a descriptive message and a reference to the original exception instance.

    Declaration
    public FinSecurityException(FinSecurityExceptionCode nCode, string sMessage, Exception aInnerException)
    Parameters
    Type Name Description
    FinSecurityExceptionCode nCode

    The exception code of the exception.

    System.String sMessage

    Descriptive message. This message is intended to be consumed by the developer and not the user.

    System.Exception aInnerException

    The original exception that caused the failure.

    Properties

    Code

    Provides the detailed exception code of this FinSecurityException.

    Declaration
    public FinSecurityExceptionCode Code { get; }
    Property Value
    Type Description
    FinSecurityExceptionCode

    Implements

    System.Runtime.Serialization.ISerializable
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH