CommonSubmitExceptionToRaygun Method (Exception, DictionaryString, Object)

[Missing <summary> documentation for "M:IAS.Common.SubmitExceptionToRaygun(System.Exception,System.Collections.Generic.Dictionary{System.String,System.Object})"]

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SubmitExceptionToRaygun(
	Exception exception,
	Dictionary<string, Object> exInfo = null
)

Parameters

exception
Type: SystemException

[Missing <param name="exception"/> documentation for "M:IAS.Common.SubmitExceptionToRaygun(System.Exception,System.Collections.Generic.Dictionary{System.String,System.Object})"]

exInfo (Optional)
Type: System.Collections.GenericDictionaryString, Object

[Missing <param name="exInfo"/> documentation for "M:IAS.Common.SubmitExceptionToRaygun(System.Exception,System.Collections.Generic.Dictionary{System.String,System.Object})"]

See Also