usingSystem;namespaceAamCsharp;///<summary>/// Represents an error returned by the native AAM engine.///</summary>publicsealedclassAamException:Exception{///<summary>/// Initializes a new instance of the <seecref="AamException"/> class.///</summary>///<paramname="message">Error message returned by the native layer.</param>publicAamException(stringmessage):base(message){}}