Inazuma.PetitClr.Core.InazumaRuntimeException.InazumaRuntimeException C# (CSharp) Метод

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

public InazumaRuntimeException ( ObjectInstance exception ) : Inazuma.PetitClr.Core.Structure
exception Inazuma.PetitClr.Core.Structure.ObjectInstance
Результат Inazuma.PetitClr.Core.Structure
        public InazumaRuntimeException(ObjectInstance exception)
            : base("Runtime Exception")
        {
            ExceptionObject = exception;
        }
    }
InazumaRuntimeException