C# Class Wonde.Exceptions.InvalidStudentsAchievementsException

Inheritance: Exception
显示文件 Open project: wondeltd/dotnet-client

Public Methods

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

Protected Methods

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

Method Details

InvalidStudentsAchievementsException() public method

public InvalidStudentsAchievementsException ( ) : System
return System

InvalidStudentsAchievementsException() protected method

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

InvalidStudentsAchievementsException() public method

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

InvalidStudentsAchievementsException() public method

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