csharp
public sealed class VxInputParseExceptionA .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 LineThe one-based line.
public int ColumnThe one-based column.
public string DetailWhat 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