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

Inheritance: System.Exception
Afficher le fichier Open project: excellalabs/ExcellaLean

Méthodes publiques

Méthode Description
LeanException ( ) : System
LeanException ( string message ) : System
LeanException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
LeanException ( SerializationInfo info, StreamingContext context ) : System

Method Details

LeanException() public méthode

public LeanException ( ) : System
Résultat System

LeanException() protected méthode

protected LeanException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

LeanException() public méthode

public LeanException ( string message ) : System
message string
Résultat System

LeanException() public méthode

public LeanException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System