85 | Get: HelpLink(self: _Exception) -> str |
86 | |
87 | Set: HelpLink(self: _Exception)=value |
88 | """ |
89 | |
90 | InnerException=property(lambda self: object(),lambda self,v: None,lambda self: None) |
91 | """Provides COM objects with version-independent access to the System.Exception.InnerException property. |
92 | |
93 | Get: InnerException(self: _Exception) -> Exception |
94 | |
95 | """ |
96 | |
97 | Message=property(lambda self: object(),lambda self,v: None,lambda self: None) |
98 | """Provides COM objects with version-independent access to the System.Exception.Message property. |
99 | |
100 | Get: Message(self: _Exception) -> str |