SharpGen.Runtime/IExceptionCallback.cs (
8
lines of code) (
raw
):
using System; namespace SharpGen.Runtime { public interface IExceptionCallback { void RaiseException(Exception e); } }