Vixen
02b45cc4
csharp
public sealed class VxInputParseException

A .vxinput document that is not in the dialect.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • public int Line

    The one-based line.

  • public int Column

    The one-based column.

  • public string Detail

    What is wrong, without the position.

Methods (4)

  • public VxInputParseException(string message, int line, int column)

    Creates the exception.

  • public VxInputParseException()

    Creates the exception.

  • public VxInputParseException(string message)

    Creates the exception.

  • public VxInputParseException(string message, Exception innerException)

    Creates the exception.

Used by (3)

  • InputActionAssetReaderVixen.Input
  • ReadStateVixen.Input
  • VxInputReaderTestsVixen.Input.Tests