Creates a new ServerException with the given message.
Public Sub New(ByVal message As String)
public ServerException(string message)
message The message for this ServerException.