C# Класс Proto.Promises.Internal.UnhandledExceptionInternal

Наследование: Proto.Promises.UnhandledException, IRejectionToContainer, IRejectValueContainer, ICantHandleException
Показать файл Открыть проект

Открытые методы

Метод Описание
UnhandledExceptionInternal ( object value, Type valueType, string message, string stackTrace, Exception innerException ) : System

Приватные методы

Метод Описание
ICantHandleException ( ITraceable traceable ) : void
IRejectValueContainer ( StackTrace rejectedStacktrace, CausalityTrace createdStacktraces ) : void
IRejectionToContainer ( ITraceable traceable ) : IRejectValueContainer
IThrowable ( ) : Exception
IValueContainer ( ) : Promise.State
IValueContainer ( ) : void

Описание методов

UnhandledExceptionInternal() публичный Метод

public UnhandledExceptionInternal ( object value, Type valueType, string message, string stackTrace, Exception innerException ) : System
value object
valueType Type
message string
stackTrace string
innerException Exception
Результат System