Table of Contents

Constructor TeamsChatIntegrationException

Namespace
Skyline.DataMiner.DcpChatIntegrationHelper.Teams
Assembly
Skyline.DataMiner.DcpChatIntegrationHelper.dll

TeamsChatIntegrationException()

public TeamsChatIntegrationException()

TeamsChatIntegrationException(SerializationInfo, StreamingContext)

protected TeamsChatIntegrationException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

TeamsChatIntegrationException(string)

public TeamsChatIntegrationException(string message)

Parameters

message string

TeamsChatIntegrationException(string, Exception)

public TeamsChatIntegrationException(string message, Exception innerException)

Parameters

message string
innerException Exception