InternalResponse<T>.CreateFailureResponse Method
Public Shared Function CreateFailureResponse( _
ByVal data As T _
) As InternalResponse(Of T)
This language is not supported or no code example is available.
public static InternalResponse<T> CreateFailureResponse(
T data
)
This language is not supported or no code example is available.
public:
static InternalResponse<T>^ CreateFailureResponse(
T^ data
)
This language is not supported or no code example is available.
Parameters
- data
- T