Click or drag to resize

SetByFailedResponseT Class

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

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 SetByFailedResponse<T> : DefaultFailureMessage
where T : IModel

Type Parameters

T
Constructors
  NameDescription
Public methodSetByFailedResponseT
Initializes a new instance of the SetByFailedResponseT class
Public methodSetByFailedResponseT(Int32)
Initializes a new instance of the SetByFailedResponseT class
Top
See Also