C# Class Naos.Foundation.Domain.EntityNotFoundException

Inheritance: Exception
Afficher le fichier Open project: vip32/Naos

Méthodes publiques

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

Méthodes protégées

Méthode Description
EntityNotFoundException ( System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context ) : System

Method Details

EntityNotFoundException() public méthode

public EntityNotFoundException ( ) : System
Résultat System

EntityNotFoundException() protected méthode

protected EntityNotFoundException ( System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

EntityNotFoundException() public méthode

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

EntityNotFoundException() public méthode

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