Skip to content

ERPConnect.ERPException

Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll

ERPException class

public class ERPException : Exception, ISerializable

Inheritance

objectExceptionERPException

Derived

ABAPProgramException, ABAPRuntimeException, CommunicationException, InvalidParameterException, LogonException, RfcLibraryException

Implements

ISerializable

Inherited Members

Exception.GetBaseException(), Exception.GetObjectData(SerializationInfo, StreamingContext), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.StackTrace, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.SerializeObjectState, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

ERPException()

Initializes a new instance of the ERPException class.

public ERPException()

ERPException(string, string)

Initializes a new instance of the ERPException class.

public ERPException(string message, string AbapException)

Parameters

message string

Plain message

AbapException string

ABAP exception (e.g. TABLE_NOT_FOUND)

ERPException(string, Exception)

Initializes a new instance of the ERPException class.

public ERPException(string message, Exception InnerException)

Parameters

message string

Plain message

InnerException Exception

InnerException

ERPException(string, Exception, string)

Initializes a new instance of the ERPException class.

public ERPException(string message, Exception InnerException, string AbapException)

Parameters

message string

Plain message

InnerException Exception

InnerException

AbapException string

ABAP exception (e.g. TABLE_NOT_FOUND)

ERPException(string)

Initializes a new instance of the ERPException class.

public ERPException(string message)

Parameters

message string

Exception message

ERPException(SerializationInfo, StreamingContext)

protected ERPException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

context StreamingContext

Properties

ABAPException

The original ABAP Exception

public string ABAPException { get; set; }

Property Value

string

Methods

GetObjectData(SerializationInfo, StreamingContext)

[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

context StreamingContext