Show / Hide Table of Contents

Enum EventHubsException.ErrorSourceType

Enumerates the types of error sources for the messaging communication.

Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.EventHubs.dll
Syntax
public enum EventHubsException.ErrorSourceType

ServerError

Identifies the exception as a server error and service needs to take an action to address the failure.

UserError

Identifies the exception as a user error and user needs to take an action to address the failure.

Back to top Azure SDK for .NET