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

In This Topic
    DefaultThrowStatusException Property
    In This Topic
    The value intially assigned for the ThrowStatusException of new DicomAssociation objects.
    Syntax
    'Declaration
     
    
    Public Shared Property DefaultThrowStatusException As System.Boolean
    public static System.bool DefaultThrowStatusException {get; set;}
    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