Mono.Events.SendCompletedEventArgsGetError C# (CSharp) Method

SendCompletedEventArgsGetError() private static method

private static SendCompletedEventArgsGetError ( IntPtr calldata ) : Exception
calldata System.IntPtr
return System.Exception
		private static Exception SendCompletedEventArgsGetError (IntPtr calldata)
		{
			try {
				NativeMethods.send_completed_event_args_get_error (calldata);
				return null;
			}
			catch (Exception e) {
				return e;
			}
		}
Events