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

Inheritance: System.Exception
Show file Open project: CHAOS-Community/Portal

Public Methods

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

Protected Methods

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

Method Details

PortalException() public method

public PortalException ( ) : System
return System

PortalException() protected method

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

PortalException() public method

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

PortalException() public method

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