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

ThrowHelperFatal() static private method

static private ThrowHelperFatal ( string msg, Exception e ) : Exception
msg string
e Exception
return Exception
			internal static Exception ThrowHelperFatal (string msg, Exception e)
			{
				return new FatalException (msg, e);
			}
		}