DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / ThrowStatusException Property



In This Topic
    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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also