C# Класс withSIX.Core.Presentation.SA.Views.ReportHandledException

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

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

Метод Описание
ReportHandledException ( string message ) : System
ReportHandledException ( string message, Exception innerException ) : System

Приватные методы

Метод Описание
ReportHandledException ( SerializationInfo info, StreamingContext context ) : System

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

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

public ReportHandledException ( string message ) : System
message string
Результат System

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

public ReportHandledException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System