StreamLink.NET
RemoteCredentialsException Constructor (msg, response)
StreamLink.NETCaplin.StreamLink.Authentication.KeyMasterRemoteCredentialsExceptionRemoteCredentialsException(String, String)
Delegates to the constructor in Exception with both messages separated by a colon.
Declaration Syntax
C#Visual BasicVisual C++
public RemoteCredentialsException(
	string msg,
	string response
)
Public Sub New ( _
	msg As String, _
	response As String _
)
public:
RemoteCredentialsException(
	String^ msg, 
	String^ response
)
Parameters
msg (String)
The first string to include in the exception message.
response (String)
The second string to include in the exception message.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.17.0 (5.0.17.0)