SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
Generated with DocFX + Singulink

Search Results for

    Class SSecurityException

    Namespace
    SWConfigDataSharedLib.Exceptions
    Assembly
    IpPbxCDSSharedLib.dll

    Exception handles with security issues except of authentication and authorization. The message can be localized.

    public class SSecurityException : SBaseException
    Inheritance
    object
    Exception
    SBaseException
    SSecurityException
    Derived
    SSecurityAccessException
    Inherited Members
    SBaseException.remoteException
    SBaseException.m_Localized
    SBaseException.isRemoteException
    SBaseException.Message
    SBaseException.Localized
    SBaseException.StackTrace
    SBaseException.RemoteInnerException
    SBaseException.RemoteType
    SBaseException.MessageSummary
    SBaseException.HasLocalizedMessage
    SBaseException.MessageResource

    Remarks

    This Class will be marshalled by SSoapException. It is usable in client and server context.

    Constructors

    SSecurityException(SMessageResources, params object[])

    Standard constructor

    public SSecurityException(SMessageResources MessageResourceID, params object[] parameters)

    Parameters

    MessageResourceID SMessageResources
    parameters object[]

    SSecurityException(string)

    Standard constructor

    public SSecurityException(string message)

    Parameters

    message string

    The message

    SSecurityException(string, bool)

    Standard constructor

    public SSecurityException(string message, bool localized)

    Parameters

    message string

    The message

    localized bool

    True id message is localized

    SSecurityException(string, Exception)

    Standard constructor

    public SSecurityException(string message, Exception innerException)

    Parameters

    message string

    The message

    innerException Exception

    An inner exeption

    SSecurityException(string, Exception, bool)

    Standard constructor

    public SSecurityException(string message, Exception innerException, bool localized)

    Parameters

    message string

    The message

    innerException Exception

    An inner exeption

    localized bool

    True id message is localized

    © Enreach GmbH