Click or drag to resize
DigitalRuneEffectBindingException Constructor
Initializes a new instance of the EffectBindingException class.
Overload List
  NameDescription
Public methodEffectBindingException
Initializes a new instance of the EffectBindingException class.
Public methodEffectBindingException(String)
Initializes a new instance of the EffectBindingException class with a specified error message.
Protected methodEffectBindingException(SerializationInfo, StreamingContext)
Initializes a new instance of the EffectBindingException class with serialized data.
Public methodEffectBindingException(String, Exception)
Initializes a new instance of the EffectBindingException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodEffectBindingException(String, Effect, EffectParameter)
Initializes a new instance of the EffectBindingException class with a specified error message and additional effect information.
Public methodEffectBindingException(String, Effect, EffectParameter, Exception)
Initializes a new instance of the EffectBindingException class with a specified error message, additional effect information and a reference to the inner exception that is the cause of this exception.
Top
See Also