ThrowStatusException Property
In This Topic
Controls whether an exception is generated when a non-zero status is received.
Syntax
'Declaration
Public Property ThrowStatusException As Boolean
'Usage
Dim instance As DicomAssociation
Dim value As Boolean
instance.ThrowStatusException = value
value = instance.ThrowStatusException
public bool ThrowStatusException {get; set;}
public:
property bool ThrowStatusException {
bool get();
void set ( bool value);
}
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also