DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / DrawExceptionArgs Class / Exception Property



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also