Class InvalidBranchMappingException

Exception indicating an invalid IBranchMapping or IBranchMappingTable.

Inheritance
System.Object
SessionException
InvalidBranchMappingException
Namespace: PushTechnology.ClientInterface.Client.Features.SessionTrees
Assembly: Diffusion.Client.dll
Syntax
public class InvalidBranchMappingException : SessionException

Constructors

InvalidBranchMappingException(String)

Initializes a new instance of the InvalidBranchMappingException class.

Declaration
public InvalidBranchMappingException(string message)
Parameters
Type Name Description
System.String message

The exception message.

InvalidBranchMappingException(String, Exception)

Initializes a new instance of the InvalidBranchMappingException class.

Declaration
public InvalidBranchMappingException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The exception message.

Exception innerException

The exception that is the cause for this exception.

Back to top