C# Class StazorPages.Exceptions.StazorPageContentRetrievalException

Inheritance: Exception
Mostrar archivo Open project: emmanueltissera/stazorpages

Public Methods

Method Description
StazorPageContentRetrievalException ( ) : System
StazorPageContentRetrievalException ( string message ) : System
StazorPageContentRetrievalException ( string message, Exception innerException ) : System

Protected Methods

Method Description
StazorPageContentRetrievalException ( SerializationInfo info, StreamingContext context ) : System

Method Details

StazorPageContentRetrievalException() public method

public StazorPageContentRetrievalException ( ) : System
return System

StazorPageContentRetrievalException() protected method

protected StazorPageContentRetrievalException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

StazorPageContentRetrievalException() public method

public StazorPageContentRetrievalException ( string message ) : System
message string
return System

StazorPageContentRetrievalException() public method

public StazorPageContentRetrievalException ( string message, Exception innerException ) : System
message string
innerException Exception
return System