C# 클래스 Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException

상속: System.ApplicationException
파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 메소드들

메소드 설명
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