C# 클래스 Rebel.Framework.LocalizedArgumentNullException

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

공개 메소드들

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

메소드 상세

LocalizedArgumentNullException() 공개 메소드

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