Class DeserializationException
Inheritance
System.Object
DeserializationException
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