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: 1.1.2.607 (1.1.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
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also
Inheritance Hierarchy
System.Object
  FM.IceLink.Error
    FM.IceLink.Stun.Error
      FM.IceLink.Stun.BadRequestError
      FM.IceLink.Stun.Ice.RoleConflictError
      FM.IceLink.Stun.IntegrityCheckFailureError
      FM.IceLink.Stun.MissingUsernameError
      FM.IceLink.Stun.ServerError
      FM.IceLink.Stun.StaleCredentialsError
      FM.IceLink.Stun.StaleNonceError
      FM.IceLink.Stun.TryAlternateStunError
      FM.IceLink.Stun.Turn.AddressFamilyNotSupportedError
      FM.IceLink.Stun.Turn.AllocationMismatchError
      FM.IceLink.Stun.Turn.AllocationQuotaReachedError
      FM.IceLink.Stun.Turn.ConnectionAlreadyExistsError
      FM.IceLink.Stun.Turn.ConnectionTimeoutOrFailureError
      FM.IceLink.Stun.Turn.ForbiddenError
      FM.IceLink.Stun.Turn.InsufficientCapacityError
      FM.IceLink.Stun.Turn.MobilityForbiddenError
      FM.IceLink.Stun.Turn.PeerAddressFamilyMismatchError
      FM.IceLink.Stun.Turn.UnsupportedTransportProtocolError
      FM.IceLink.Stun.Turn.WrongCredentialsError
      FM.IceLink.Stun.UnauthorizedStunError
      FM.IceLink.Stun.UnknownAttributeError