C# Class vILT.Domain.SessionNotFoundException

Inheritance: Exception
ファイルを表示 Open project: UVMHealth/vILT-CSOD-Microsoft-Connector

Public Methods

Method Description
SessionNotFoundException ( ) : System
SessionNotFoundException ( string message ) : System
SessionNotFoundException ( string message, Exception inner ) : System

Method Details

SessionNotFoundException() public method

public SessionNotFoundException ( ) : System
return System

SessionNotFoundException() public method

public SessionNotFoundException ( string message ) : System
message string
return System

SessionNotFoundException() public method

public SessionNotFoundException ( string message, Exception inner ) : System
message string
inner Exception
return System