C# Class Proto.Promises.Internal.CanceledExceptionInternal

Inheritance: Proto.Promises.CanceledException, ICancelValueContainer, ICancelationToContainer
Afficher le fichier Open project: timcassell/ProtoPromise

Méthodes publiques

Méthode Description
CanceledExceptionInternal ( object value, Type valueType, string message ) : System
IValueContainer ( ) : void

Private Methods

Méthode Description
ICancelationToContainer ( ) : ICancelValueContainer
IThrowable ( ) : Exception
IValueContainer ( ) : Promise.State

Method Details

CanceledExceptionInternal() public méthode

public CanceledExceptionInternal ( object value, Type valueType, string message ) : System
value object
valueType Type
message string
Résultat System

IValueContainer() public méthode

public IValueContainer ( ) : void
Résultat void