Fauna v10 .NET/C# Driver 0.3.0-beta
 
Loading...
Searching...
No Matches
Fauna.Exceptions.ConstraintFailure Class Reference

Public Member Functions

 ConstraintFailure (string message, string name, object[][]? paths)
 

Properties

string Message [get, set]
 
string Name [get, set]
 
object?[][] Paths [get, set]
 

Detailed Description

Definition at line 6 of file ConstraintFailure.cs.

Constructor & Destructor Documentation

◆ ConstraintFailure()

Fauna.Exceptions.ConstraintFailure.ConstraintFailure ( string message,
string name,
object? paths[][] )

Definition at line 8 of file ConstraintFailure.cs.

Property Documentation

◆ Message

string Fauna.Exceptions.ConstraintFailure.Message
getset

Definition at line 16 of file ConstraintFailure.cs.

◆ Name

string Fauna.Exceptions.ConstraintFailure.Name
getset

Definition at line 19 of file ConstraintFailure.cs.

◆ Paths

object? [][] Fauna.Exceptions.ConstraintFailure.Paths
getset

Definition at line 22 of file ConstraintFailure.cs.


The documentation for this class was generated from the following file: