Table of Contents

Property ErrorData

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

ErrorData

Remote error data returned from the invoke operation. This is typically a UTF8 encoded string, but if a different library processed the event on the server then another error encoding
may have been used.

public byte[] ErrorData { get; }

Property Value

byte[]