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

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

Public Methods

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

Protected Methods

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

Method Details

ClientException() public method

public ClientException ( ) : System
return System

ClientException() protected method

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

ClientException() public method

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

ClientException() public method

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