Table of Contents

Constructor MappingFailedException

Namespace
Neo4j.Driver.Mapping
Assembly
Neo4j.Driver.dll

MappingFailedException(string)

Initializes a new instance of the MappingFailedException class.

public MappingFailedException(string message)

Parameters

message string

The message that describes the error.

MappingFailedException(string, Exception)

Initializes a new instance of the MappingFailedException class.

public MappingFailedException(string message, Exception innerException)

Parameters

message string

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception.