Created
March 26, 2019 14:26
-
-
Save ifshuaishuai/01561ed6fa92c3aafb5b0cc24c6b2b7e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[AOT.MonoPInvokeCallback(typeof(ExceptionDelegate))] | |
static void SetPendingApplicationException(string message) { | |
SWIGPendingException.Set(new System.ApplicationException(message, SWIGPendingException.Retrieve())); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment