StreamLink.NET
RecoverableStreamLinkException Constructor (message, inner)
StreamLink.NETCaplin.StreamLinkRecoverableStreamLinkExceptionRecoverableStreamLinkException(String, Exception)
Delegates to the constructor in Exception.
Declaration Syntax
C#Visual BasicVisual C++
public RecoverableStreamLinkException(
	string message,
	Exception inner
)
Public Sub New ( _
	message As String, _
	inner As Exception _
)
public:
RecoverableStreamLinkException(
	String^ message, 
	Exception^ inner
)
Parameters
message (String)
The error message that explains the reason for the exception.
inner (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.23.0 (5.0.23.0)