Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
创建一个带有给定消息并包含导致该异常的给定内部异常的新 ServerException。
Public Sub New(ByVal message As String, ByVal ie As Exception)
public ServerException(string message, Exception ie)
message 此 ServerException 的消息。
ie 导致该 ServerException 的异常。