16 references to Exceptions
System.Windows.Input.Manipulations (16)
System\Windows\Input\Manipulations\InertiaExpansionBehavior2D.cs (4)
276
throw
Exceptions
.OnlyProportionalExpansionSupported(
284
throw
Exceptions
.OnlyProportionalExpansionSupported(
293
throw
Exceptions
.InertiaParametersUnspecified1and2(
314
throw
Exceptions
.IllegialInertiaRadius(paramName, value);
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (3)
394
throw
Exceptions
.CannotChangeParameterDuringInertia(paramName);
643
throw
Exceptions
.NoInertiaVelocitiesSpecified(
1018
throw
Exceptions
.InvalidTimestamp(nameof(timestamp), timestamp);
System\Windows\Input\Manipulations\InertiaRotationBehavior2D.cs (1)
147
throw
Exceptions
.InertiaParametersUnspecified2(
System\Windows\Input\Manipulations\InertiaTranslationBehavior2D.cs (1)
170
throw
Exceptions
.InertiaParametersUnspecified2(
System\Windows\Input\Manipulations\ManipulationPivot2D.cs (1)
154
throw
Exceptions
.IllegalPivotRadius(paramName, value);
System\Windows\Input\Manipulations\Manipulations2D.cs (1)
60
throw
Exceptions
.ArgumentOutOfRange(property, value);
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
127
throw
Exceptions
.InvalidTimestamp(nameof(timestamp), timestamp);
147
throw
Exceptions
.InvalidTimestamp(nameof(timestamp), timestamp);
System\Windows\Input\Manipulations\Validations.cs (3)
33
throw
Exceptions
.ValueMustBeFinite(paramName, value);
57
throw
Exceptions
.ValueMustBeFiniteOrNaN(paramName, value);
80
throw
Exceptions
.ValueMustBeFiniteNonNegative(paramName, value);