![]() | |
TriggerExtensionsTryGetParameterT Method (TriggerProcessingInfo, String, T) |
Namespace: WeroSoft.ComponentModel.Triggering
public static bool TryGetParameter<T>( this TriggerProcessingInfo processingInfo, string parameterName, out T data )
Exception | Condition |
---|---|
AssertArgumentException | Raised if the processingInfo is null or the parameterName is null or empty. |
InvalidOperationException | Raised if the processing data is not of correct type or if no data is defined. |