JsonPatchException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| JsonPatchException() | |
| JsonPatchException(JsonPatchError) | |
| JsonPatchException(JsonPatchError, Exception) | |
| JsonPatchException(String, Exception) |
JsonPatchException()
public:
JsonPatchException();
public JsonPatchException ();
Public Sub New ()
Applies to
JsonPatchException(JsonPatchError)
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)
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)
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