C# Class OutlookMatters.Core.Chat.ChatException

Inheritance: Exception
显示文件 Open project: makmu/outlook-matters

Public Methods

Method Description
ChatException ( string errorMessage, Exception innerException = null ) : System

Method Details

ChatException() public method

public ChatException ( string errorMessage, Exception innerException = null ) : System
errorMessage string
innerException Exception
return System