DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / DefaultThrowStatusException Property






    DefaultThrowStatusException Property
    The value intially assigned for the ThrowStatusException of new DicomAssociation objects.
    Syntax
    'Declaration
     
    
    Public Shared Property DefaultThrowStatusException As System.Boolean
     
    'Usage
     
    
    Dim value As System.Boolean
     
    DicomAssociation.DefaultThrowStatusException = value
     
    value = DicomAssociation.DefaultThrowStatusException
    Remarks

    This is particularly useful for operations such as DicomImage.Send or DicomQuery.Find where implicit, temporary DicomAssociation objects are used.

    See ThrowStatusException for more information.

    The default value is false.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also