csharp
public sealed class OpenXrExceptionA call into the runtime that failed.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (1)
public Result ResultWhat the runtime returned, or Success if this is not about a call.
Methods (4)
public OpenXrException(string call, Result result)Creates one for a failed call.
public OpenXrException(string message)Creates one with a message.
public OpenXrException()Creates one.
public OpenXrException(string message, Exception innerException)Creates one wrapping another.
Used by (2)
- OpenXrBackendVixen.Xr.OpenXR
- OpenXrResultVixen.Xr.OpenXR