Base exception that is thrown when the a problem occurs in the SharpYaml library.
public class YamlException : Exception, ISerializable
kind:method, kind:property, kind:ctor. Press Esc to clear.YamlException()Initializes a new instance of the YamlException class.YamlException(Mark, Mark, String, Exception?)Initializes a new instance of the YamlException class.YamlException(Mark, Mark, String)Initializes a new instance of the YamlException class.YamlException(String?, Mark, Mark, String, Exception?)Initializes a new instance of the YamlException class.YamlException(String?, Mark, Mark, String)Initializes a new instance of the YamlException class.YamlException(String, Exception)Initializes a new instance of the YamlException class.YamlException(String)Initializes a new instance of the YamlException class.EndGets the position in the input stream where the event that originated the exception ends.SourceNameGets the optional source name associated with the YAML payload (for example, a file path).StartGets the position in the input stream where the event that originated the exception starts.