Skip to content

ExceptionSerializationOptions

class

Namespace: Orleans.Serialization

Options for exception serialization.
public class ExceptionSerializationOptions

Constructors

Properties

  • SupportedExceptionTypeFilter Gets or sets the predicate used to enable serialization for an exception type.
  • SupportedNamespacePrefixes Gets the collection of supported namespace prefixes for the exception serializer. Any exception type which has a namespace with one of these prefixes will be serialized using the exception serializer.