RsExceptionInfo.Code Property

Definition

Gets or sets the error code of the current instance.

public:
 property System::String ^ Code { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string Code { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Code : string with get, set
Public Property Code As String

Property Value

The error code of the current instance.

Attributes

Applies to