Property | Type | Description |
---|
Method | Description | |
---|---|---|
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 | |
return | ExceptionHelper |
public ExceptionHelper ( |
||
forException | ||
key | string | |
defaultMessage | string | |
parameters | object | |
return | System |
public GetMessage ( string baseMessage ) : string | ||
baseMessage | string | The base exceptions message to allow framework texts if not default message is specified. |
return | string |