DataSource.NET  7.1-10.29157-a18c1ca
Caplin.Exceptions.SecurityPolicyFileNotFoundException Class Reference

Exception thrown when Silverlight cannot download a clientaccesspolicy.xml or crossdomain.xml file from the target server. This can happen either when the server is down or when the server does not host either of the files required. More...

Inheritance diagram for Caplin.Exceptions.SecurityPolicyFileNotFoundException:
Caplin.Exceptions.RecoverableException

Public Member Functions

 SecurityPolicyFileNotFoundException (string message, Exception inner)
 Initializes a new instance of the SecurityPolicyFileNotFoundException class. More...
 
- Public Member Functions inherited from Caplin.Exceptions.RecoverableException
 RecoverableException (string message, Exception inner)
 Delegates to the constructor in Exception. More...
 

Detailed Description

Exception thrown when Silverlight cannot download a clientaccesspolicy.xml or crossdomain.xml file from the target server. This can happen either when the server is down or when the server does not host either of the files required.

Constructor & Destructor Documentation

Caplin.Exceptions.SecurityPolicyFileNotFoundException.SecurityPolicyFileNotFoundException ( string  message,
Exception  inner 
)
inline

Initializes a new instance of the SecurityPolicyFileNotFoundException class.

Parameters
messageThe error message that explains the reason for the exception.
innerThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.

Generated on Tue Aug 20 2019 16:17:26 for DataSource.NET