C# Класс Seringa.Engine.Exceptions.HtmlObtainingException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
HtmlObtainingException ( String message ) : System

Creates a new instance of class

HtmlObtainingException ( string message, Exception innerException ) : System

Creates a new instance of class

Защищенные методы

Метод Описание
HtmlObtainingException ( SerializationInfo si, StreamingContext sc ) : System

Creates a new instance of class

Creates a new instance of class

Описание методов

HtmlObtainingException() защищенный Метод

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
Результат System

HtmlObtainingException() публичный Метод

Creates a new instance of class
public HtmlObtainingException ( String message ) : System
message String The error message.
Результат System

HtmlObtainingException() публичный Метод

Creates a new instance of class
public HtmlObtainingException ( string message, Exception innerException ) : System
message string The error message.
innerException System.Exception The wrappedinner exception.
Результат System