Table of Contents

Constructor ChatIntegrationException

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

ChatIntegrationException()

public ChatIntegrationException()

ChatIntegrationException(SerializationInfo, StreamingContext)

protected ChatIntegrationException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

ChatIntegrationException(string)

public ChatIntegrationException(string message)

Parameters

message string

ChatIntegrationException(string, Exception)

public ChatIntegrationException(string message, Exception innerException)

Parameters

message string
innerException Exception