Inazuma.PetitClr.Core.InazumaRuntimeException.InazumaRuntimeException C# (CSharp) Méthode

InazumaRuntimeException() public méthode

public InazumaRuntimeException ( ObjectInstance exception ) : Inazuma.PetitClr.Core.Structure
exception Inazuma.PetitClr.Core.Structure.ObjectInstance
Résultat Inazuma.PetitClr.Core.Structure
        public InazumaRuntimeException(ObjectInstance exception)
            : base("Runtime Exception")
        {
            ExceptionObject = exception;
        }
    }
InazumaRuntimeException