public: property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
Public ReadOnly Property Exception As Exception
Thank you.