Thrown when there are no security credentials available for specified route.

Namespace: hr.tis.mgw.client.security
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
Public Class NoRouteCredentialsException _
	Inherits Exception
C#
public class NoRouteCredentialsException : Exception
Visual C++
public ref class NoRouteCredentialsException : public Exception

Remarks

Credentials and authentication are now used directly in xManager2. Specify username and password parameters for various methods to achive authentication. Deprecated for mGw version 2.

Inheritance Hierarchy

System.Object
  System.Exception
    hr.tis.mgw.client.security.NoRouteCredentialsException