Click or drag to resize

ResponseWrapT(Int32, String, String) Constructor

Initializes a new instance of the ResponseWrapT class

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
public ResponseWrap(
	int code,
	string? message,
	string? detail = null
)

Parameters

code  Int32

[Missing <param name="code"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.ResponseWrap`1.#ctor(System.Int32,System.String,System.String)"]

message  String

[Missing <param name="message"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.ResponseWrap`1.#ctor(System.Int32,System.String,System.String)"]

detail  String  (Optional)

[Missing <param name="detail"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.ResponseWrap`1.#ctor(System.Int32,System.String,System.String)"]

See Also