C# Class Xmu.Crms.Shared.Exceptions.SeminarNotFoundException

Inheritance: ArgumentOutOfRangeException
Afficher le fichier Open project: xmusoftware15/ModuleStandardGroup-Public

Méthodes publiques

Méthode Description
SeminarNotFoundException ( ) : System
SeminarNotFoundException ( string paramName ) : System
SeminarNotFoundException ( string message, Exception innerException ) : System
SeminarNotFoundException ( string paramName, object actualValue, string message ) : System
SeminarNotFoundException ( string paramName, string message ) : System

Méthodes protégées

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

Method Details

SeminarNotFoundException() public méthode

public SeminarNotFoundException ( ) : System
Résultat System

SeminarNotFoundException() protected méthode

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

SeminarNotFoundException() public méthode

public SeminarNotFoundException ( string paramName ) : System
paramName string
Résultat System

SeminarNotFoundException() public méthode

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

SeminarNotFoundException() public méthode

public SeminarNotFoundException ( string paramName, object actualValue, string message ) : System
paramName string
actualValue object
message string
Résultat System

SeminarNotFoundException() public méthode

public SeminarNotFoundException ( string paramName, string message ) : System
paramName string
message string
Résultat System