C# Class Excella.Lean.Web.Core.JavaScriptErrorException

Inheritance: System.Exception
Show file Open project: excellalabs/ExcellaLean

Public Methods

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

Protected Methods

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

Method Details

JavaScriptErrorException() public method

public JavaScriptErrorException ( ) : System
return System

JavaScriptErrorException() protected method

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

JavaScriptErrorException() public method

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

JavaScriptErrorException() public method

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