C# Class Chaos.Portal.Core.Exceptions.ServerException

Inheritance: PortalException
Show file Open project: CHAOS-Community/Portal

Public Methods

Method Description
ServerException ( ) : System
ServerException ( string message, string userMessage ) : System
ServerException ( string message, string userMessage, Exception innerException ) : System

Protected Methods

Method Description
ServerException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ServerException() public method

public ServerException ( ) : System
return System

ServerException() protected method

protected ServerException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ServerException() public method

public ServerException ( string message, string userMessage ) : System
message string
userMessage string
return System

ServerException() public method

public ServerException ( string message, string userMessage, Exception innerException ) : System
message string
userMessage string
innerException System.Exception
return System