StreamLink for Silverlight
SecurityPolicyFileNotFoundException Constructor (message, inner)
StreamLink for SilverlightCaplin.StreamLinkSecurityPolicyFileNotFoundExceptionSecurityPolicyFileNotFoundException(String, Exception)
Initializes a new instance of the SecurityPolicyFileNotFoundException class.
Declaration Syntax
C#Visual BasicVisual C++
public SecurityPolicyFileNotFoundException(
	string message,
	Exception inner
)
Public Sub New ( _
	message As String, _
	inner As Exception _
)
public:
SecurityPolicyFileNotFoundException(
	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)