C# Class Proto.Promises.Internal.UnhandledExceptionInternal

Inheritance: Proto.Promises.UnhandledException, IRejectionToContainer, IRejectValueContainer, ICantHandleException
显示文件 Open project: timcassell/ProtoPromise

Public Methods

Method Description
UnhandledExceptionInternal ( object value, Type valueType, string message, string stackTrace, Exception innerException ) : System

Private Methods

Method Description
ICantHandleException ( ITraceable traceable ) : void
IRejectValueContainer ( StackTrace rejectedStacktrace, CausalityTrace createdStacktraces ) : void
IRejectionToContainer ( ITraceable traceable ) : IRejectValueContainer
IThrowable ( ) : Exception
IValueContainer ( ) : Promise.State
IValueContainer ( ) : void

Method Details

UnhandledExceptionInternal() public method

public UnhandledExceptionInternal ( object value, Type valueType, string message, string stackTrace, Exception innerException ) : System
value object
valueType Type
message string
stackTrace string
innerException Exception
return System