Class EbicsTechnicalException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsTechnicalException : EbicsException, ISerializable
Remarks
for internal use only.
Constructors
EbicsTechnicalException(EbicsReturnCode)
Declaration
public EbicsTechnicalException(EbicsReturnCode aTechnicalReturnCode)
Parameters
Type | Name | Description |
---|---|---|
EbicsReturnCode | aTechnicalReturnCode | technical error code |
EbicsTechnicalException(String, String)
Declaration
public EbicsTechnicalException(string sTechnicalReturnCode, string sFullReportText = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | sTechnicalReturnCode | |
System.String | sFullReportText |
Properties
TechnicalReturnCode
Declaration
public EbicsReturnCode TechnicalReturnCode { get; }
Property Value
Type | Description |
---|---|
EbicsReturnCode |
Implements
System.Runtime.Serialization.ISerializable