SessionNotFoundExceptionException Constructor(String)
Initializes a new instance of the SessionNotFoundExceptionException class with a specified error message.

C# Syntax

public SessionNotFoundExceptionException( 
   string message
)

Parameters

message
The error message that explains the reason for the exception.