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

Inheritance: System.Exception
Show file Open project: aspnet/JsonPatch

Public Methods

Method Description
JsonPatchException ( ) : System
JsonPatchException ( JsonPatchError jsonPatchError ) : System
JsonPatchException ( JsonPatchError jsonPatchError, Exception innerException ) : System
JsonPatchException ( string message, Exception innerException ) : System

Method Details

JsonPatchException() public method

public JsonPatchException ( ) : System
return System

JsonPatchException() public method

public JsonPatchException ( JsonPatchError jsonPatchError ) : System
jsonPatchError JsonPatchError
return System

JsonPatchException() public method

public JsonPatchException ( JsonPatchError jsonPatchError, Exception innerException ) : System
jsonPatchError JsonPatchError
innerException System.Exception
return System

JsonPatchException() public method

public JsonPatchException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System