GetBaseException Method (DicomException)
In This Topic
Syntax
'Declaration
<__DynamicallyInvokableAttribute()>
Public Overridable Function GetBaseException() As System.Exception
'Usage
Dim instance As DicomException
Dim value As System.Exception
value = instance.GetBaseException()
[__DynamicallyInvokable()]
public virtual System.Exception GetBaseException()
public function GetBaseException(): System.Exception; virtual;
__DynamicallyInvokableAttribute()
public function GetBaseException() : System.Exception;
[__DynamicallyInvokable()]
public: virtual System.Exception* GetBaseException();
[__DynamicallyInvokable()]
public:
virtual System.Exception^ GetBaseException();
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also