OverlengthException(String, Exception) 构造函数
构造函数
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
public OverlengthException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
new :
message : string *
inner : Exception -> OverlengthException
参数
- message String
[缺少 "M:TouchSocket.Core.OverlengthException.#ctor(System.String,System.Exception)" 的 <param name="message"/> 文档]
- inner Exception
[缺少 "M:TouchSocket.Core.OverlengthException.#ctor(System.String,System.Exception)" 的 <param name="inner"/> 文档]