DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / DrawExceptionArgs Class / Exception Property






    Exception Property
    The Exception which was thrown
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Exception As System.Exception
     
    'Usage
     
    
    Dim instance As DrawExceptionArgs
    Dim value As System.Exception
     
    value = instance.Exception
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also