ERPConnect.ERPException
Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll
ERPException class
Inheritance
object ← Exception ← ERPException
Derived
ABAPProgramException, ABAPRuntimeException, CommunicationException, InvalidParameterException, LogonException, RfcLibraryException
Implements
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.
ERPException(string, string)
Initializes a new instance of the ERPException class.
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.
Parameters
message string
Plain message
InnerException Exception
InnerException
ERPException(string, Exception, string)
Initializes a new instance of the ERPException class.
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.
Parameters
message string
Exception message
ERPException(SerializationInfo, StreamingContext)
Parameters
info SerializationInfo
context StreamingContext
Properties
ABAPException
The original ABAP Exception
Property Value
Methods
GetObjectData(SerializationInfo, StreamingContext)
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
info SerializationInfo
context StreamingContext