Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public static class ExceptionExtensions
public static ExitGUIException AsExitGUIException(this Exception ex)
System.Exception | ex |
UnityEngine.ExitGUIException |
public static bool IsExitGUIException(this Exception ex)
System.Exception | ex |
System.Boolean |
public static Exception UnwrapException(this Exception ex)
System.Exception | ex |
System.Exception |