Show / Hide Table of Contents

Class DeserializationException

Inheritance
System.Object
DeserializationException
Namespace: FunctionMonkey
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public class DeserializationException : Exception

Constructors

| Improve this Doc View Source

DeserializationException(String)

Declaration
public DeserializationException(string message)
Parameters
Type Name Description
System.String message
| Improve this Doc View Source

DeserializationException(String, Int32, Int32)

Declaration
public DeserializationException(string path, int lineNumber, int linePosition)
Parameters
Type Name Description
System.String path
System.Int32 lineNumber
System.Int32 linePosition

Properties

| Improve this Doc View Source

LineNumber

Declaration
public int LineNumber { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

LinePosition

Declaration
public int LinePosition { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Path

Declaration
public string Path { get; }
Property Value
Type Description
System.String

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
In This Article
  • Constructors
    • DeserializationException(String)
    • DeserializationException(String, Int32, Int32)
  • Properties
    • LineNumber
    • LinePosition
    • Path
  • Extension Methods
Back to top Copyright © 2018 James Randall