Axiom.Core.AxiomException.AxiomException C# (CSharp) Метод

AxiomException() публичный Метод

public AxiomException ( string message ) : System
message string
Результат 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