Click or drag to resize

MonkeyspeakException Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Monkeyspeak.MonkeyspeakException"]

Inheritance Hierarchy
SystemObject
  SystemException
    MonkeyspeakMonkeyspeakException

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
[SerializableAttribute]
public class MonkeyspeakException : Exception

The MonkeyspeakException type exposes the following members.

Constructors
  NameDescription
Public methodMonkeyspeakException
Initializes a new instance of the MonkeyspeakException class
Public methodMonkeyspeakException(String)
Initializes a new instance of the MonkeyspeakException class
Protected methodMonkeyspeakException(SerializationInfo, StreamingContext)
Initializes a new instance of the MonkeyspeakException class
Public methodMonkeyspeakException(String, SourcePosition)
Initializes a new instance of the MonkeyspeakException class
Public methodMonkeyspeakException(String, Exception)
Initializes a new instance of the MonkeyspeakException class
Public methodMonkeyspeakException(String, Object)
Initializes a new instance of the MonkeyspeakException class
Top
Extension Methods
See Also