Click or drag to resize
CatchExceptionsBehaviour Class
Debug behaviour to catch unhandled exceptions and show them with a modal dialog.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.DiagnosticsCatchExceptionsBehaviour

Namespace: Slash.Unity.Common.Diagnostics
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public class CatchExceptionsBehaviour : MonoBehaviour

The CatchExceptionsBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodCatchExceptionsBehaviour
Initializes a new instance of the CatchExceptionsBehaviour class
Top
Fields
  NameDescription
Public fieldDialogRect
Rectangle showing caught exceptions.
Top
See Also