C# Class vILT.Domain.SessionNotFoundException

Inheritance: Exception
Afficher le fichier Open project: UVMHealth/vILT-CSOD-Microsoft-Connector

Méthodes publiques

Méthode Description
SessionNotFoundException ( ) : System
SessionNotFoundException ( string message ) : System
SessionNotFoundException ( string message, Exception inner ) : System

Method Details

SessionNotFoundException() public méthode

public SessionNotFoundException ( ) : System
Résultat System

SessionNotFoundException() public méthode

public SessionNotFoundException ( string message ) : System
message string
Résultat System

SessionNotFoundException() public méthode

public SessionNotFoundException ( string message, Exception inner ) : System
message string
inner Exception
Résultat System