C# Class DDL_CapstoneProject.Helper.UserNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: sangnvus/2015FALLJS01

Méthodes publiques

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

Méthodes protégées

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

Method Details

UserNotFoundException() public méthode

public UserNotFoundException ( ) : System
Résultat System

UserNotFoundException() protected méthode

protected UserNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

UserNotFoundException() public méthode

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

UserNotFoundException() public méthode

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