C# Класс Subtext.Framework.ExtendedPropertiesOverFlowException

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

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

Метод Описание
ExtendedPropertiesOverFlowException ( ) : System
ExtendedPropertiesOverFlowException ( String s ) : System
ExtendedPropertiesOverFlowException ( String s, Exception inner ) : System

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

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

public ExtendedPropertiesOverFlowException ( ) : System
Результат System

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

public ExtendedPropertiesOverFlowException ( String s ) : System
s String
Результат System

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

public ExtendedPropertiesOverFlowException ( String s, Exception inner ) : System
s String
inner System.Exception
Результат System