Class IntegrityCheckFailureError
431 Integrity Check Failure.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FM.LiveSwitch.Stun
Assembly: FM.LiveSwitch.dll
Syntax
public class IntegrityCheckFailureError : Error
Constructors
IntegrityCheckFailureError()
Initializes a new instance of the IntegrityCheckFailureError class.
Declaration
public IntegrityCheckFailureError()
IntegrityCheckFailureError(String)
Initializes a new instance of the IntegrityCheckFailureError class.
Declaration
public IntegrityCheckFailureError(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
Methods
GetDescription()
Gets the description for this Error.
Declaration
public override string GetDescription()
Returns
Type | Description |
---|---|
System.String |