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
-
SSecurityException
- Derived
- Inherited Members
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
SMessageResourcesparameters
object[]
SSecurityException(string)
Standard constructor
public SSecurityException(string message)
Parameters
message
stringThe message
SSecurityException(string, bool)
Standard constructor
public SSecurityException(string message, bool localized)
Parameters
SSecurityException(string, Exception)
Standard constructor
public SSecurityException(string message, Exception innerException)
Parameters
SSecurityException(string, Exception, bool)
Standard constructor
public SSecurityException(string message, Exception innerException, bool localized)