Throw Method
- Namespace
- SatorImaging.UnityFundamentals
Throw(string, Exception?)
public static void Throw(string message, Exception? inner = null)
Throws a new FiberException with the specified message and optional inner exception.
public static void Throw(string message, Exception? inner = null)
Throws a new FiberException with the specified message and optional inner exception.