IMetadataSerializationHost.ErrorNotification Method
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.
A notification of an error during a serialization operation.
public void ErrorNotification (bool isSerializing, object context, Exception e);
abstract member ErrorNotification : bool * obj * Exception -> unit
Public Sub ErrorNotification (isSerializing As Boolean, context As Object, e As Exception)
Parameters
- isSerializing
- Boolean
An indication if the notification is referring to a serialization operation or a deserialization operation.
- context
- Object
The optional user context that is associated with the operation.