Artemis.Engine.BodyConstructorException.BodyConstructorException C# (CSharp) Метод

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

public BodyConstructorException ( string msg, Exception inner ) : System
msg string
inner System.Exception
Результат System
        public BodyConstructorException(string msg, Exception inner)
            : base(msg, inner)
        {
        }

Same methods

BodyConstructorException::BodyConstructorException ( ) : System
BodyConstructorException::BodyConstructorException ( SerializationInfo info, StreamingContext context ) : System
BodyConstructorException::BodyConstructorException ( string msg ) : System
BodyConstructorException