C# Класс Subtext.Framework.Tracking.CommunityCreditNotificationException

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

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

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

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

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

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

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

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

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

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