Share via


JsonPatchException Constructors

Definition

Overloads

JsonPatchException()
JsonPatchException(JsonPatchError)
JsonPatchException(JsonPatchError, Exception)
JsonPatchException(String, Exception)

JsonPatchException()

Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
public:
 JsonPatchException();
public JsonPatchException ();
Public Sub New ()

Applies to

JsonPatchException(JsonPatchError)

Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
public:
 JsonPatchException(Microsoft::AspNetCore::JsonPatch::JsonPatchError ^ jsonPatchError);
public JsonPatchException (Microsoft.AspNetCore.JsonPatch.JsonPatchError jsonPatchError);
new Microsoft.AspNetCore.JsonPatch.Exceptions.JsonPatchException : Microsoft.AspNetCore.JsonPatch.JsonPatchError -> Microsoft.AspNetCore.JsonPatch.Exceptions.JsonPatchException
Public Sub New (jsonPatchError As JsonPatchError)

Parameters

jsonPatchError
JsonPatchError

Applies to

JsonPatchException(JsonPatchError, Exception)

Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
public:
 JsonPatchException(Microsoft::AspNetCore::JsonPatch::JsonPatchError ^ jsonPatchError, Exception ^ innerException);
public JsonPatchException (Microsoft.AspNetCore.JsonPatch.JsonPatchError jsonPatchError, Exception innerException);
new Microsoft.AspNetCore.JsonPatch.Exceptions.JsonPatchException : Microsoft.AspNetCore.JsonPatch.JsonPatchError * Exception -> Microsoft.AspNetCore.JsonPatch.Exceptions.JsonPatchException
Public Sub New (jsonPatchError As JsonPatchError, innerException As Exception)

Parameters

jsonPatchError
JsonPatchError
innerException
Exception

Applies to

JsonPatchException(String, Exception)

Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
Source:
JsonPatchException.cs
public:
 JsonPatchException(System::String ^ message, Exception ^ innerException);
public JsonPatchException (string message, Exception innerException);
new Microsoft.AspNetCore.JsonPatch.Exceptions.JsonPatchException : string * Exception -> Microsoft.AspNetCore.JsonPatch.Exceptions.JsonPatchException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to