C# Class Shaman.Messages.Handling.MessageProcessingException

Inheritance: Exception
Mostrar archivo Open project: shamangamesolution/Shaman.Server

Public Methods

Method Description
MessageProcessingException ( string message ) : System
MessageProcessingException ( string message, Exception innerException ) : System

Method Details

MessageProcessingException() public method

public MessageProcessingException ( string message ) : System
message string
return System

MessageProcessingException() public method

public MessageProcessingException ( string message, Exception innerException ) : System
message string
innerException Exception
return System