Click or drag to resize

StaleCredentialsError Class

430 Stale Credentials. The shared secret sent in the request is expired; the client should obtain a new shared secret.
Inheritance Hierarchy

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

The StaleCredentialsError type exposes the following members.

Constructors
  NameDescription
Public methodStaleCredentialsError
Initializes a new instance of the StaleCredentialsError class.
Public methodStaleCredentialsError(String)
Initializes a new instance of the StaleCredentialsError 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
(Inherited from Error.)
Public propertyStunErrorCode
Gets this error's code
(Inherited from Error.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDescription
Gets the description for this Error.
(Overrides ErrorGetDescription.)
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