 | CatchExceptionsBehaviour Class |
Debug behaviour to catch unhandled exceptions and show them with a modal dialog.
Inheritance HierarchySystemObject Object Component Behaviour MonoBehaviour Slash.Unity.Common.DiagnosticsCatchExceptionsBehaviour
Namespace: Slash.Unity.Common.DiagnosticsAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic class CatchExceptionsBehaviour : MonoBehaviour
Public Class CatchExceptionsBehaviour
Inherits MonoBehaviour
public ref class CatchExceptionsBehaviour : public MonoBehaviour
type CatchExceptionsBehaviour =
class
inherit MonoBehaviour
end
The CatchExceptionsBehaviour type exposes the following members.
Constructors
Fields
| Name | Description |
---|
 | DialogRect |
Rectangle showing caught exceptions.
|
Top
See Also