C# Class Microsoft.AspNetCore.JsonPatch.Exceptions.JsonPatchException

Inheritance: System.Exception
Afficher le fichier Open project: aspnet/JsonPatch

Méthodes publiques

Méthode Description
JsonPatchException ( ) : System
JsonPatchException ( JsonPatchError jsonPatchError ) : System
JsonPatchException ( JsonPatchError jsonPatchError, Exception innerException ) : System
JsonPatchException ( string message, Exception innerException ) : System

Method Details

JsonPatchException() public méthode

public JsonPatchException ( ) : System
Résultat System

JsonPatchException() public méthode

public JsonPatchException ( JsonPatchError jsonPatchError ) : System
jsonPatchError JsonPatchError
Résultat System

JsonPatchException() public méthode

public JsonPatchException ( JsonPatchError jsonPatchError, Exception innerException ) : System
jsonPatchError JsonPatchError
innerException System.Exception
Résultat System

JsonPatchException() public méthode

public JsonPatchException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System