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



In This Topic
    Exception Property
    In This Topic
    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
    public Exception Exception {get;}
    public:
    property Exception^ Exception {
       Exception^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also