ArenaNet.Sprout.IoC.ContextException.ContextException C# (CSharp) Method

ContextException() public method

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