Click or drag to resize

SearchFailedResponseTModel Class

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

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 SearchFailedResponse<TModel> : DefaultFailureMessage
where TModel : IModel

Type Parameters

TModel
Constructors
  NameDescription
Public methodSearchFailedResponseTModel
Initializes a new instance of the SearchFailedResponseTModel class
Public methodSearchFailedResponseTModel(Int32, Int64)
Initializes a new instance of the SearchFailedResponseTModel class
Top
See Also