Axiom.Core.AxiomException.AxiomException C# (CSharp) Method

AxiomException() public method

public AxiomException ( string message ) : System
message string
return System
		public AxiomException( string message, params object[] args )
			: base( string.Format( message, args ) )
		{
		}
		public AxiomException( string message, Exception innerException, params object[] args )

Same methods

AxiomException::AxiomException ( string message, Exception innerException ) : System
AxiomException