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

ThrowHelper() static private method

static private ThrowHelper ( Exception e, TraceEventType type ) : Exception
e Exception
type TraceEventType
return Exception
			internal static Exception ThrowHelper (Exception e, TraceEventType type)
			{
				return e;
			}