16 references to Exceptions
System.Windows.Input.Manipulations (16)
System\Windows\Input\Manipulations\InertiaExpansionBehavior2D.cs (4)
277throw Exceptions.OnlyProportionalExpansionSupported( 285throw Exceptions.OnlyProportionalExpansionSupported( 294throw Exceptions.InertiaParametersUnspecified1and2( 315throw Exceptions.IllegialInertiaRadius(paramName, value);
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (3)
398throw Exceptions.CannotChangeParameterDuringInertia(paramName); 647throw Exceptions.NoInertiaVelocitiesSpecified( 1031throw Exceptions.InvalidTimestamp("timestamp", timestamp);
System\Windows\Input\Manipulations\InertiaRotationBehavior2D.cs (1)
148throw Exceptions.InertiaParametersUnspecified2(
System\Windows\Input\Manipulations\InertiaTranslationBehavior2D.cs (1)
171throw Exceptions.InertiaParametersUnspecified2(
System\Windows\Input\Manipulations\ManipulationPivot2D.cs (1)
155throw Exceptions.IllegalPivotRadius(paramName, value);
System\Windows\Input\Manipulations\Manipulations2D.cs (1)
61throw Exceptions.ArgumentOutOfRange(property, value);
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
128throw Exceptions.InvalidTimestamp("timestamp", timestamp); 148throw Exceptions.InvalidTimestamp("timestamp", timestamp);
System\Windows\Input\Manipulations\Validations.cs (3)
34throw Exceptions.ValueMustBeFinite(paramName, value); 58throw Exceptions.ValueMustBeFiniteOrNaN(paramName, value); 81throw Exceptions.ValueMustBeFiniteNonNegative(paramName, value);