C# Class Softeq.NetKit.Chat.Domain.Exceptions.NetKitChatInvalidOperationException

Inheritance: Softeq.NetKit.Chat.Domain.Exceptions.NetKitChatException
Afficher le fichier Open project: Softeq/NetKit.Chat

Méthodes publiques

Méthode Description
NetKitChatInvalidOperationException ( ) : System
NetKitChatInvalidOperationException ( string message ) : System
NetKitChatInvalidOperationException ( string message, Exception innerException ) : System

Method Details

NetKitChatInvalidOperationException() public méthode

public NetKitChatInvalidOperationException ( ) : System
Résultat System

NetKitChatInvalidOperationException() public méthode

public NetKitChatInvalidOperationException ( string message ) : System
message string
Résultat System

NetKitChatInvalidOperationException() public méthode

public NetKitChatInvalidOperationException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System