C# Класс Warehouse.ErrorMessageBox

Наследование: Json
Показать файл Открыть проект

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

Метод Описание
Show ( Exception e, System.Action callback = null ) : void

Show Error Message

This should only be used for system error message. Not for user behavior errors.

Show ( Response response, System.Action callback = null ) : void

Show Error Message

This should only be used for system error message. Not for user behavior errors.

Show ( string message, System.Action callback = null ) : void

Show Error Message

This should only be used for system error message. Not for user behavior errors.

Show ( string title, string message, System.Action callback = null ) : void

Show Error Message

This should only be used for system error message. Not for user behavior errors.

Show ( string title, string text, string stackTrace, string helpLink, ushort statusCode, System.Action callback = null ) : void

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

Метод Описание
Handle ( Input action ) : void
HideWindow ( ) : void
InvokeCallback ( ) : void
Reset ( ) : void

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

Show() публичный статический Метод

Show Error Message
This should only be used for system error message. Not for user behavior errors.
public static Show ( Exception e, System.Action callback = null ) : void
e System.Exception
callback System.Action
Результат void

Show() публичный статический Метод

Show Error Message
This should only be used for system error message. Not for user behavior errors.
public static Show ( Response response, System.Action callback = null ) : void
response Response
callback System.Action
Результат void

Show() публичный статический Метод

Show Error Message
This should only be used for system error message. Not for user behavior errors.
public static Show ( string message, System.Action callback = null ) : void
message string
callback System.Action
Результат void

Show() публичный статический Метод

Show Error Message
This should only be used for system error message. Not for user behavior errors.
public static Show ( string title, string message, System.Action callback = null ) : void
title string
message string
callback System.Action
Результат void

Show() публичный статический Метод

public static Show ( string title, string text, string stackTrace, string helpLink, ushort statusCode, System.Action callback = null ) : void
title string
text string
stackTrace string
helpLink string
statusCode ushort
callback System.Action
Результат void