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 XFEServerBuilderException : XFEServerException
{
/// <inheritdoc/>
public XFEServerBuilderException() { }
/// <inheritdoc/>
public XFEServerBuilderException(string? message) : base(message) { }
/// <inheritdoc/>
public XFEServerBuilderException(string? message, Exception? innerException) : base(message, innerException) { }
}
namespace XFEExtension.NetCore.ServerInteractive.Exceptions;
/// <summary>
/// XFE服务器构建器异常
/// </summary>
public class XFEServerBuilderException : XFEServerException
{
/// <inheritdoc/>
public XFEServerBuilderException() { }
/// <inheritdoc/>
public XFEServerBuilderException(string? message) : base(message) { }
/// <inheritdoc/>
public XFEServerBuilderException(string? message, Exception? innerException) : base(message, innerException) { }
}