C# Class Decision.Common.Sitemap.SitemapException

Inheritance: System.Exception
Show file Open project: rabbal/Decision

Public Methods

Method Description
SitemapException ( string message ) : System

Initializes a new instance of the SitemapException class.

SitemapException ( string message, Exception inner ) : System

Initializes a new instance of the SitemapException class.

Protected Methods

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

Initializes a new instance of the SitemapException class.

Method Details

SitemapException() protected method

Initializes a new instance of the SitemapException class.
protected SitemapException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the /// serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains /// contextual information about the source or destination.
return System

SitemapException() public method

Initializes a new instance of the SitemapException class.
public SitemapException ( string message ) : System
message string The message that describes the error.
return System

SitemapException() public method

Initializes a new instance of the SitemapException class.
public SitemapException ( string message, Exception inner ) : System
message string The message.
inner System.Exception The inner.
return System