Table of Contents

Class InvalidBranchMappingException

Namespace
PushTechnology.ClientInterface.Client.Features.SessionTrees
Assembly
Diffusion.Client.dll

Exception indicating an invalid IBranchMapping or IBranchMappingTable.

public class InvalidBranchMappingException : SessionException, ISerializable
Inheritance
InvalidBranchMappingException
Implements
Inherited Members

Constructors

InvalidBranchMappingException(string)

Initializes a new instance of the InvalidBranchMappingException class.

public InvalidBranchMappingException(string message)

Parameters

message string

The exception message.

InvalidBranchMappingException(string, Exception)

Initializes a new instance of the InvalidBranchMappingException class.

public InvalidBranchMappingException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The exception that is the cause for this exception.