DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / ErrorReceivedArgs Class / Error Property






In This Topic
    Error Property
    In This Topic
    The Exception received
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Error As System.Exception
    'Usage
     
    
    Dim instance As ErrorReceivedArgs
    Dim value As System.Exception
     
    value = instance.Error
    public System.Exception Error {get;}
    public read-only property Error: System.Exception; 
    public function get Error : System.Exception
    public: __property System.Exception* get_Error();
    public:
    property System.Exception^ Error {
       System.Exception^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also