XFEExtension.NetCore.ServerInteractive
[DLL] Server interaction extension, including user identity verification and querying in conjunction with AutoConfig
关注
0
Fork
0
Star
0
namespace XFEExtension.NetCore.ServerInteractive.Exceptions;
/// <summary>
/// XFE服务器核心异常
/// </summary>
public class XFEServerCoreException : Exception
{
/// <inheritdoc/>
public XFEServerCoreException() { }
/// <inheritdoc/>
public XFEServerCoreException(string? message) : base(message) { }
/// <inheritdoc/>
public XFEServerCoreException(string? message, Exception? innerException) : base(message, innerException) { }
}
namespace XFEExtension.NetCore.ServerInteractive.Exceptions;
/// <summary>
/// XFE服务器核心异常
/// </summary>
public class XFEServerCoreException : Exception
{
/// <inheritdoc/>
public XFEServerCoreException() { }
/// <inheritdoc/>
public XFEServerCoreException(string? message) : base(message) { }
/// <inheritdoc/>
public XFEServerCoreException(string? message, Exception? innerException) : base(message, innerException) { }
}