StreamLink.NET
RemoteCredentialsException Constructor (msg, innerException)
StreamLink.NETCaplin.StreamLink.Authentication.KeyMasterRemoteCredentialsExceptionRemoteCredentialsException(String, Exception)
Delegates to the constructor in Exception.
Declaration Syntax
C#Visual BasicVisual C++
public RemoteCredentialsException(
	string msg,
	Exception innerException
)
Public Sub New ( _
	msg As String, _
	innerException As Exception _
)
public:
RemoteCredentialsException(
	String^ msg, 
	Exception^ innerException
)
Parameters
msg (String)
The error message that explains the reason for the exception.
innerException (Exception)
The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

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