Vixen
02b45cc4
csharp
public sealed class OpenXrException

A 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 Result

    What 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