IMediaDataServiceContext.IgnoreResourceNotFoundException Property
Gets or sets whether an exception is raised when a 404 error (resource not found) is returned by the data service.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Property IgnoreResourceNotFoundException As Boolean
Get
Set
'Usage
Dim instance As IMediaDataServiceContext
Dim value As Boolean
value = instance.IgnoreResourceNotFoundException
instance.IgnoreResourceNotFoundException = value
bool IgnoreResourceNotFoundException { get; set; }
property bool IgnoreResourceNotFoundException {
bool get ();
void set (bool value);
}
abstract IgnoreResourceNotFoundException : bool with get, set
function get IgnoreResourceNotFoundException () : boolean
function set IgnoreResourceNotFoundException (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.