UnknownErrorException(String) 构造函数
构造函数,允许指定自定义的错误消息。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
public UnknownErrorException(
string message
)
Public Sub New (
message As String
)
new :
message : string -> UnknownErrorException
参数
- message String
- 发生的未知错误的详细信息。