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

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

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