System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError C# (CSharp) Method

ThrowHelperError() static private method

static private ThrowHelperError ( Exception e ) : Exception
e Exception
return Exception
			internal static Exception ThrowHelperError (Exception e)
			{
				return ThrowHelper (e, TraceEventType.Error);
			}