C# Class Wonde.Exceptions.InvalidStudentsBehavioursException

Inheritance: Exception
Datei anzeigen Open project: wondeltd/dotnet-client

Public Methods

Method Description
InvalidStudentsBehavioursException ( ) : System
InvalidStudentsBehavioursException ( string message ) : System
InvalidStudentsBehavioursException ( string message, Exception innerException ) : System

Protected Methods

Method Description
InvalidStudentsBehavioursException ( SerializationInfo info, StreamingContext context ) : System

Method Details

InvalidStudentsBehavioursException() public method

public InvalidStudentsBehavioursException ( ) : System
return System

InvalidStudentsBehavioursException() protected method

protected InvalidStudentsBehavioursException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

InvalidStudentsBehavioursException() public method

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

InvalidStudentsBehavioursException() public method

public InvalidStudentsBehavioursException ( string message, Exception innerException ) : System
message string
innerException Exception
return System