C# Class PineCone.PineConeException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

PineConeException() protected méthode

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

PineConeException() public méthode

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

PineConeException() public méthode

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