C# Class Shaman.Messages.Handling.MessageProcessingException

Inheritance: Exception
Afficher le fichier Open project: shamangamesolution/Shaman.Server

Méthodes publiques

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

Method Details

MessageProcessingException() public méthode

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

MessageProcessingException() public méthode

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