Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Session.SessionSecurityException Class Reference

The session operation failed due to a security constraint. Repeating the operation with the same security credentials is likely to fail. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Session.SessionSecurityException:

Public Member Functions

 SessionSecurityException ()
 Constructor. More...
 
 SessionSecurityException (string message)
 Constructor. More...
 
 SessionSecurityException (string message, Exception inner)
 Constructor. More...
 

Protected Member Functions

 SessionSecurityException (SerializationInfo info, StreamingContext context)
 Constructor. More...
 

Detailed Description

The session operation failed due to a security constraint. Repeating the operation with the same security credentials is likely to fail.

Constructor & Destructor Documentation

PushTechnology.ClientInterface.Client.Session.SessionSecurityException.SessionSecurityException ( )

Constructor.

PushTechnology.ClientInterface.Client.Session.SessionSecurityException.SessionSecurityException ( string  message)

Constructor.

Parameters
messageThe exception message.
PushTechnology.ClientInterface.Client.Session.SessionSecurityException.SessionSecurityException ( string  message,
Exception  inner 
)

Constructor.

Parameters
messageThe exception message.
innerThe inner exception.
PushTechnology.ClientInterface.Client.Session.SessionSecurityException.SessionSecurityException ( SerializationInfo  info,
StreamingContext  context 
)
protected

Constructor.

Parameters
info
context

The documentation for this class was generated from the following file: