C# Class Excella.Lean.Core.Exceptions.LeanException

Inheritance: System.Exception
Exibir arquivo Open project: excellalabs/ExcellaLean

Public Methods

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

Protected Methods

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

Method Details

LeanException() public method

public LeanException ( ) : System
return System

LeanException() protected method

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

LeanException() public method

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

LeanException() public method

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