C# Class StazorPages.Exceptions.StazorPageContentRetrievalException

Inheritance: Exception
Afficher le fichier Open project: emmanueltissera/stazorpages

Méthodes publiques

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

Méthodes protégées

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

Method Details

StazorPageContentRetrievalException() public méthode

public StazorPageContentRetrievalException ( ) : System
Résultat System

StazorPageContentRetrievalException() protected méthode

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

StazorPageContentRetrievalException() public méthode

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

StazorPageContentRetrievalException() public méthode

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