 | ClrExceptionErrorDataInnerException Property |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:JsonRpc.Messages.ClrExceptionErrorData.InnerException"]
Namespace:
JsonRpc.Messages
Assembly:
JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic ClrExceptionErrorData InnerException { get; set; }
Public Property InnerException As ClrExceptionErrorData
Get
Set
Dim instance As ClrExceptionErrorData
Dim value As ClrExceptionErrorData
value = instance.InnerException
instance.InnerException = value
public:
property ClrExceptionErrorData^ InnerException {
ClrExceptionErrorData^ get ();
void set (ClrExceptionErrorData^ value);
}
member InnerException : ClrExceptionErrorData with get, set
Property Value
Type:
ClrExceptionErrorData
See Also