C# Class LtiLibrary.Core.Common.LtiException

Inheritance: System.Exception
Afficher le fichier Open project: easygenerator/LtiLibrary

Méthodes publiques

Méthode Description
LtiException ( ) : System
LtiException ( string message ) : System
LtiException ( string message, Exception innerException ) : System

Method Details

LtiException() public méthode

public LtiException ( ) : System
Résultat System

LtiException() public méthode

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

LtiException() public méthode

public LtiException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System