Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
ConflictingSessionException Members

The following tables list the members exposed by ConflictingSessionException.

 
Name 
Description 
 
Constructs a ConflictingSessionException with supplied error code and message text that will be forwarded to the Client in case the Server can't solve the issue by closing the conflicting session. An internal error message text can also be specified.  
 
This is the overview for the CreditsException constructor overload. 
 
Name 
Description 
 
Readonly. The error code to be forwarded to the client.  
 
Readonly. The error detail message to be forwarded to the client. If the message is not in simple ASCII or is in multiline format, the real text sent to the client might be altered.  
 
Readonly. The ID of a Session that can be closed in order to eliminate the problem reported in this exception.  
 
Inherited from the Exception base class. Gets the Exception instance that caused the current exception.  
 
Inherited from the Exception base class. Gets a message that describes the current exception.  
 
Inherited from the Exception base class. Gets or sets the name of the application or the object that causes the error.  
 
Inherited from the Exception base class. Gets a string representation of the frames on the call stack at the time the current exception was thrown.  
 
Inherited from the Exception base class. Gets the method that throws the current exception.