RemoteFailureContext.Failure Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
User friendly error message for the error.
public:
property Exception ^ Failure { Exception ^ get(); void set(Exception ^ value); };
public Exception Failure { get; set; }
public Exception? Failure { get; set; }
member this.Failure : Exception with get, set
Public Property Failure As Exception