ArenaNet.Sprout.IoC.ContextException.ContextException C# (CSharp) 메소드

ContextException() 공개 메소드

public ContextException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
리턴 System
        public ContextException(string message, Exception innerException = null)
            : base(message, innerException)
        {
        }
ContextException