C# Class Revo.Infrastructure.Validation.CommandValidationException

Inheritance: Exception
Afficher le fichier Open project: ualehosaini/Revo

Méthodes publiques

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

Méthodes protégées

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

Method Details

CommandValidationException() public méthode

public CommandValidationException ( ) : System
Résultat System

CommandValidationException() protected méthode

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

CommandValidationException() public méthode

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

CommandValidationException() public méthode

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