C# 클래스 Rebel.Framework.LocalizedArgumentException

상속: System.ArgumentException
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
LocalizedArgumentException ( string key = "Exceptions.ArgumentException", string defaultMessage = null, object parameters = null, Exception innerException = null ) : System

메소드 상세

LocalizedArgumentException() 공개 메소드

public LocalizedArgumentException ( string key = "Exceptions.ArgumentException", string defaultMessage = null, object parameters = null, Exception innerException = null ) : System
key string
defaultMessage string
parameters object
innerException System.Exception
리턴 System