Vixen
02b45cc4
csharp
public sealed class YamlParseException

A document that is not in the dialect, or not YAML at all.

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

Fields and properties (2)

  • public long Line

    The line it went wrong on, one-based, or zero if it is not known.

  • public long Column

    The column, one-based, or zero if it is not known.

Methods (1)

  • public YamlParseException(string message, long line = 0, long column = 0, Exception? inner = null)

    Reports a problem.

Used by (43, showing 40)

  • ReadStateVixen.Core.Yaml
  • YamlDialectTestsVixen.Core.Yaml.Tests
  • YamlReaderVixen.Core.Yaml
  • AddressableGroupDocumentVixen.Editor.AssetEditors
  • AnimationBinderVixen.Editor.AssetEditors
  • AnimationClipDocumentVixen.Editor.AssetEditors
  • AnimationClipImporterVixen.Editor.Assets
  • AnimationGraphDocumentVixen.Editor.AssetEditors
  • AssetDatabaseVixen.Editor.Core
  • AudioMixerDocumentVixen.Editor.AssetEditors
  • CompositorDocumentVixen.Editor.AssetEditors
  • CompositorImporterVixen.Editor.Assets
  • ContentPipelineVixen.Editor.Assets
  • DoctorRunnerVixen.Cli
  • EditorApplicationVixen.Editor.App
  • FontDocumentVixen.Editor.AssetEditors
  • HarnessDocumentVixen.Editor.AssetEditors
  • ImportPipelineVixen.Editor.Assets
  • ImportSettingsDocumentVixen.Editor.AssetEditors
  • InProcessImportExecutorVixen.Editor.Assets
  • MaterialDocumentVixen.Editor.AssetEditors
  • MaterialImporterVixen.Editor.Assets
  • MoveSetDocumentVixen.Editor.AssetEditors
  • NativeFormatImporterVixen.Editor.Assets
  • NavMeshImporterVixen.Editor.Assets
  • PluginDiscoveryVixen.Editor.Plugin
  • ProjectAssetVixen.Editor.App
  • ProjectHistoryVixen.Editor.App
  • ProjectMarkerVixen.Editor.Core
  • ProjectWorkspaceVixen.Editor.Assets
  • ProxyShapeDocumentVixen.Editor.AssetEditors
  • ProxyShapeSetImporterVixen.Editor.Assets
  • SceneImporterVixen.Editor.Assets
  • SequenceDocumentVixen.Editor.AssetEditors
  • ShaderGraphDocumentVixen.Editor.AssetEditors
  • ShapeVocabularyDocumentVixen.Editor.AssetEditors
  • ShapeYamlVixen.Editor.Assets
  • TerrainAssetImporterVixen.Editor.Assets
  • TerrainModuleVixen.Editor.Terrain
  • VfxDocumentVixen.Editor.AssetEditors