Class ExceptionInfo

Describes a remote exception.

Inheritance
Object
ExceptionInfo
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Solti.Utils.Rpc.Interfaces
Assembly: Solti.Utils.Rpc.Interfaces.dll
Syntax
public class ExceptionInfo

Properties

Data

Custom data associated with the exception.

Declaration
public IDictionary<string, string> Data { get; set; }
Property Value
Type Description
IDictionary<String, String>

Message

The message of the remote exception.

Declaration
public string Message { get; set; }
Property Value
Type Description
String

TypeName

The assembly-qualified name of the exception type.

Declaration
public string TypeName { get; set; }
Property Value
Type Description
String
In This Article
Back to top Generated by DocFX