C# Class NCore.NCoreException

Inheritance: System.AggregateException
Afficher le fichier Open project: danielwertheim/NCore

Méthodes publiques

Méthode Description
NCoreException ( string message ) : System
NCoreException ( string message, IEnumerable innerExceptions ) : System

Méthodes protégées

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

Method Details

NCoreException() protected méthode

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

NCoreException() public méthode

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

NCoreException() public méthode

public NCoreException ( string message, IEnumerable innerExceptions ) : System
message string
innerExceptions IEnumerable
Résultat System