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