C# Class Seringa.Engine.Exceptions.HtmlObtainingException

Inheritance: System.Exception
ファイルを表示 Open project: paratechnical/Seringa

Public Methods

Method Description
HtmlObtainingException ( String message ) : System

Creates a new instance of class

HtmlObtainingException ( string message, Exception innerException ) : System

Creates a new instance of class

Protected Methods

Method Description
HtmlObtainingException ( SerializationInfo si, StreamingContext sc ) : System

Creates a new instance of class

Creates a new instance of class

Method Details

HtmlObtainingException() protected method

Creates a new instance of class Creates a new instance of class
protected HtmlObtainingException ( SerializationInfo si, StreamingContext sc ) : System
si System.Runtime.Serialization.SerializationInfo Serialization Info
sc System.Runtime.Serialization.StreamingContext Streaming context
return System

HtmlObtainingException() public method

Creates a new instance of class
public HtmlObtainingException ( String message ) : System
message String The error message.
return System

HtmlObtainingException() public method

Creates a new instance of class
public HtmlObtainingException ( string message, Exception innerException ) : System
message string The error message.
innerException System.Exception The wrappedinner exception.
return System