Failures Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the list of failures associated with this exception.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property Failures As List(Of CacheRefreshFailureInformation)
'Usage
Dim instance As CacheRefreshFailedException
Dim value As List(Of CacheRefreshFailureInformation)
value = instance.Failures
public List<CacheRefreshFailureInformation> Failures { get; }
public:
property List<CacheRefreshFailureInformation^>^ Failures {
List<CacheRefreshFailureInformation^>^ get ();
}
public function get Failures () : List<CacheRefreshFailureInformation>
Property Value
Type: System.Collections.Generic..::.List<(Of <(CacheRefreshFailureInformation>)>)
The list of failures associated with this exception.
Remarks
Gets the list of failures associated with this exception.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CacheRefreshFailedException Class