System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelper C# (CSharp) 메소드

ThrowHelper() 정적인 개인적인 메소드

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