DataSource.NET
7.1.29.112283-2b6ad187
|
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...
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... | |
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.
|
inline |
Initializes a new instance of the SecurityPolicyFileNotFoundException class.
message | The error message that explains the reason for the exception. |
inner | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |