StreamLink for Silverlight
RecoverableStreamLinkException Constructor (message, inner)
StreamLink for SilverlightCaplin.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.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.21.0 (5.0.21.0)