C# Класс Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException

Наследование: System.ApplicationException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

ConnectorException() публичный Метод

public ConnectorException ( ) : System
Результат System

ConnectorException() публичный Метод

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
Результат System

ConnectorException() публичный Метод

Sets a message for the Exception.
public ConnectorException ( String message ) : System
message String passed to the message.
Результат System

ConnectorException() публичный Метод

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 .
Результат System