JsonPatchError(Object, Operation, String) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
yeni bir örneğini JsonPatchErrorbaşlatır.
public:
JsonPatchError(System::Object ^ affectedObject, Microsoft::AspNetCore::JsonPatch::Operations::Operation ^ operation, System::String ^ errorMessage);
public JsonPatchError(object affectedObject, Microsoft.AspNetCore.JsonPatch.Operations.Operation operation, string errorMessage);
new Microsoft.AspNetCore.JsonPatch.JsonPatchError : obj * Microsoft.AspNetCore.JsonPatch.Operations.Operation * string -> Microsoft.AspNetCore.JsonPatch.JsonPatchError
Public Sub New (affectedObject As Object, operation As Operation, errorMessage As String)
Parametreler
- affectedObject
- Object
Hatadan etkilenen nesne.
- errorMessage
- String
Hata iletisi.