Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
AddParameter ( string name, object value ) : ExceptionHelper | ||
ExceptionHelper ( |
||
GetMessage ( string baseMessage ) : string |
Gets the message.
|
public AddParameter ( string name, object value ) : ExceptionHelper | ||
name | string | |
value | object | |
Результат | ExceptionHelper |
public ExceptionHelper ( |
||
forException | ||
key | string | |
defaultMessage | string | |
parameters | object | |
Результат | System |
public GetMessage ( string baseMessage ) : string | ||
baseMessage | string | The base exceptions message to allow framework texts if not default message is specified. |
Результат | string |