Eplan Platform API
Eplan.EplApi.RemoteClient Namespace / CommunicationException Class / CommunicationException Constructor / CommunicationException Constructor(Status,String)
Error status
String exception message

In This Topic
    CommunicationException Constructor(Status,String)
    In This Topic
    Constructor of Eplan Communication Exception
    Syntax
    public CommunicationException( 
       Grpc.Core.Status status,
       string strException
    )
    public:
    CommunicationException( 
       Grpc.Core.Status status,
       String^ strException
    )

    Parameters

    status
    Error status
    strException
    String exception message
    See Also