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

NASException is the base class for the exceptions that are used to report errors during processing of NAS messages. More...

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

Public Member Functions

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...
 

Properties

Diagnostics Defects [get]
 Returns a diagnostic report associated with an exception.
 

Detailed Description

NASException is the base class for the exceptions that are used to report errors during processing of NAS messages.

Member Function Documentation

◆ ToString()

override string Oss.Nas.NASException.ToString ( )
inline

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.

Returns
A string representation of NASException.