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

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

FixGroupNotFoundException() public méthode

public FixGroupNotFoundException ( ) : System
Résultat System

FixGroupNotFoundException() protected méthode

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

FixGroupNotFoundException() public méthode

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

FixGroupNotFoundException() public méthode

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

FixGroupNotFoundException() public méthode

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

FixGroupNotFoundException() public méthode

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