C# Class Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException

Inheritance: System.ApplicationException
Mostra file Open project: Tirasa/ConnId Class Usage Examples

Public Methods

Method Description
ConnectorException ( ) : System
ConnectorException ( Exception ex ) : System

Sets the stack trace to the original exception, so this exception can masquerade as the original only be a Exception.

ConnectorException ( String message ) : System

Sets a message for the Exception.

ConnectorException ( String message, Exception originalException ) : System

Sets the stack trace to the original exception, so this exception can masquerade as the original only be a Exception.

Method Details

ConnectorException() public method

public ConnectorException ( ) : System
return System

ConnectorException() public method

Sets the stack trace to the original exception, so this exception can masquerade as the original only be a Exception.
public ConnectorException ( Exception ex ) : System
ex System.Exception
return System

ConnectorException() public method

Sets a message for the Exception.
public ConnectorException ( String message ) : System
message String passed to the message.
return System

ConnectorException() public method

Sets the stack trace to the original exception, so this exception can masquerade as the original only be a Exception.
public ConnectorException ( String message, Exception originalException ) : System
message String
originalException System.Exception the original exception adapted to .
return System