| RoleConflictError Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: FM.IceLink.Stun.Ice
The RoleConflictError type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | RoleConflictError(ControlledAttribute, ControllingAttribute) | 
            Initializes a new instance of the RoleConflictError class.
             | 
|  | RoleConflictError(String, ControlledAttribute, ControllingAttribute) | 
            Initializes a new instance of the RoleConflictError class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ErrorCode | 
            Gets or sets the error code.
            (Inherited from Error.) | 
|  | Exception | 
            Gets or sets the exception.
            (Inherited from Error.) | 
|  | IceControlled | 
            Gets or sets the ICE-controlled attribute.
             | 
|  | IceControlling | 
            Gets or sets the ICE-controlling attribute.
             | 
|  | Message | 
            Gets or sets the message associated with this error
            (Inherited from Error.) | 
|  | StunErrorCode | 
            Gets this error's code
            (Inherited from Error.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetDescription | 
            Gets the description for this Error.
            (Overrides ErrorGetDescription.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToJson | 
            Serializes this instance to JSON.
            (Inherited from Error.) | 
|  | ToString | 
            Returns the string representation of this error.
            (Inherited from Error.) | 
 See Also
See Also