Share via


ServerConnectStatusEventArgs Constructor (String, Boolean, Exception)

 

Applies To: Dynamics CRM 2015

Namespace:   Microsoft.Xrm.Tooling.CrmConnectControl
Assembly:  Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)

Syntax

public ServerConnectStatusEventArgs(
    string errMsg,
    bool connected,
    Exception except
)
public:
ServerConnectStatusEventArgs(
    String^ errMsg,
    bool connected,
    Exception^ except
)
new : 
        errMsg:string *
        connected:bool *
        except:Exception -> ServerConnectStatusEventArgs
Public Sub New (
    errMsg As String,
    connected As Boolean,
    except As Exception
)

See Also

ServerConnectStatusEventArgs Overload
ServerConnectStatusEventArgs Class
Microsoft.Xrm.Tooling.CrmConnectControl Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright