EffectBindingException Constructor |
Name | Description | |
---|---|---|
EffectBindingException |
Initializes a new instance of the EffectBindingException class.
| |
EffectBindingException(String) |
Initializes a new instance of the EffectBindingException class with a
specified error message.
| |
EffectBindingException(SerializationInfo, StreamingContext) |
Initializes a new instance of the EffectBindingException class with
serialized data.
| |
EffectBindingException(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.
| |
EffectBindingException(String, Effect, EffectParameter) |
Initializes a new instance of the EffectBindingException class with a
specified error message and additional effect information.
| |
EffectBindingException(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.
|