C# 클래스 Rebel.Framework.Localization.ExceptionHelper

Helper for localizing exception messages.
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddParameter ( string name, object value ) : ExceptionHelper
ExceptionHelper ( Exception forException, string key, string defaultMessage, object parameters ) : System
GetMessage ( string baseMessage ) : string

Gets the message.

메소드 상세

AddParameter() 공개 메소드

public AddParameter ( string name, object value ) : ExceptionHelper
name string
value object
리턴 ExceptionHelper

ExceptionHelper() 공개 메소드

public ExceptionHelper ( Exception forException, string key, string defaultMessage, object parameters ) : System
forException System.Exception
key string
defaultMessage string
parameters object
리턴 System

GetMessage() 공개 메소드

Gets the message.
public GetMessage ( string baseMessage ) : string
baseMessage string The base exceptions message to allow framework texts if not default message is specified.
리턴 string