C# Class Wonde.Exceptions.InvalidLessonAttendanceException

Inheritance: Exception
Afficher le fichier Open project: wondeltd/dotnet-client

Méthodes publiques

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

Méthodes protégées

Méthode Description
InvalidLessonAttendanceException ( SerializationInfo info, StreamingContext context ) : System

Method Details

InvalidLessonAttendanceException() public méthode

public InvalidLessonAttendanceException ( ) : System
Résultat System

InvalidLessonAttendanceException() protected méthode

protected InvalidLessonAttendanceException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

InvalidLessonAttendanceException() public méthode

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

InvalidLessonAttendanceException() public méthode

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