C# Класс Softeq.NetKit.Chat.Domain.Exceptions.NetKitChatInvalidOperationException

Наследование: Softeq.NetKit.Chat.Domain.Exceptions.NetKitChatException
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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