C# Class Wonde.Exceptions.InvalidStudentsBehavioursException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

InvalidStudentsBehavioursException() public méthode

public InvalidStudentsBehavioursException ( ) : System
Résultat System

InvalidStudentsBehavioursException() protected méthode

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

InvalidStudentsBehavioursException() public méthode

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

InvalidStudentsBehavioursException() public méthode

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