23 lines
389 B
C#
23 lines
389 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace ModelBasic
|
|
{
|
|
public class Error<T>
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
// T t = default;
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public ErrInfoHandler<String> errInfoTransmit = null;
|
|
|
|
|
|
}
|
|
}
|