Click or drag to resize

Error Class

Common functionality of various STUN/TURN server exceptions that occur while processing Allocation and Binding requests.
Inheritance Hierarchy

Namespace:  FM.IceLink.Stun
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Error type exposes the following members.

Constructors
  NameDescription
Public methodError
Initializes a new instance of the Error class.
Top
Properties
  NameDescription
Public propertyErrorCode
Gets or sets the error code.
(Inherited from Error.)
Public propertyException
Gets or sets the exception.
(Inherited from Error.)
Public propertyMessage
Gets or sets the message associated with this error
Public propertyStunErrorCode
Gets this error's code
Top
Methods
  NameDescription
Public methodStatic memberCreateStunError
Creates error for the given error code and with a given message.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDescription
Gets the description for this Error.
(Inherited from Error.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToJson
Serializes this instance to JSON.
(Inherited from Error.)
Public methodToString
Returns the string representation of this error.
(Inherited from Error.)
Top
See Also
Inheritance Hierarchy
SystemObject
  FM.IceLinkError
    FM.IceLink.StunError
      FM.IceLink.StunBadRequestError
      FM.IceLink.Stun.IceRoleConflictError
      FM.IceLink.StunIntegrityCheckFailureError
      FM.IceLink.StunMissingUsernameError
      FM.IceLink.StunServerError
      FM.IceLink.StunStaleCredentialsError
      FM.IceLink.StunStaleNonceError
      FM.IceLink.StunTryAlternateStunError
      FM.IceLink.Stun.TurnAddressFamilyNotSupportedError
      FM.IceLink.Stun.TurnAllocationMismatchError
      FM.IceLink.Stun.TurnAllocationQuotaReachedError
      FM.IceLink.Stun.TurnConnectionAlreadyExistsError
      FM.IceLink.Stun.TurnConnectionTimeoutOrFailureError
      FM.IceLink.Stun.TurnForbiddenError
      FM.IceLink.Stun.TurnInsufficientCapacityError
      FM.IceLink.Stun.TurnMobilityForbiddenError
      FM.IceLink.Stun.TurnPeerAddressFamilyMismatchError
      FM.IceLink.Stun.TurnUnsupportedTransportProtocolError
      FM.IceLink.Stun.TurnWrongCredentialsError
      FM.IceLink.StunUnauthorizedStunError
      FM.IceLink.StunUnknownAttributeError