PresenceControl.InteractionError(Object, ErrorEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void InteractionError(System::Object ^ sender, Microsoft::Crm::UnifiedServiceDesk::Dynamics::ErrorEventArgs ^ args);
[Microsoft.Practices.CompositeUI.EventBroker.EventSubscription("topic://InteractionError", Thread=Microsoft.Practices.CompositeUI.EventBroker.ThreadOption.Background)]
public void InteractionError (object sender, Microsoft.Crm.UnifiedServiceDesk.Dynamics.ErrorEventArgs args);
[<Microsoft.Practices.CompositeUI.EventBroker.EventSubscription("topic://InteractionError", Thread=Microsoft.Practices.CompositeUI.EventBroker.ThreadOption.Background)>]
member this.InteractionError : obj * Microsoft.Crm.UnifiedServiceDesk.Dynamics.ErrorEventArgs -> unit
Public Sub InteractionError (sender As Object, args As ErrorEventArgs)
Parameters
- sender
- Object
- args
- ErrorEventArgs
- Attributes