OSS NAS Tools for C# for LTE/EPC for 3GPP Release 17.9.0
Oss.Nas.NASEncodeFailedException Class Reference

Represents an error that occurred while encoding a NAS message. More...

Inheritance diagram for Oss.Nas.NASEncodeFailedException:
Oss.Nas.NASException

Public Member Functions

 NASEncodeFailedException (Diagnostics defects)
 Constructs an exception object that provides a diagnostic report. More...
 
- Public Member Functions inherited from Oss.Nas.NASException
override string ToString ()
 Creates and returns a string representation of NASException. The string contains a list of defects detected in a NAS message, including the critical defect that caused the exception. More...
 

Additional Inherited Members

- Properties inherited from Oss.Nas.NASException
Diagnostics Defects [get]
 Returns a diagnostic report associated with an exception.
 

Detailed Description

Represents an error that occurred while encoding a NAS message.

Constructor & Destructor Documentation

◆ NASEncodeFailedException()

Oss.Nas.NASEncodeFailedException.NASEncodeFailedException ( Diagnostics  defects)
inline

Constructs an exception object that provides a diagnostic report.

Parameters
defectsThe diagnostic report that identifies the defects detected in the message.