Click or drag to resize

SetFailedResponseT Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.MessageDefaultFailureMessage
    SoftGear.Strix.Client.Core.MessageSetFailedResponseT

Namespace:  SoftGear.Strix.Client.Core.Message
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
[SerializableAttribute]
public class SetFailedResponse<T> : DefaultFailureMessage
where T : IModel

Type Parameters

T

The SetFailedResponseT type exposes the following members.

Constructors
  NameDescription
Public methodSetFailedResponseT
Initializes a new instance of the SetFailedResponseT class
Public methodSetFailedResponseT(Int32, Int64)
Initializes a new instance of the SetFailedResponseT class
Top
Methods
See Also