System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperFatal C# (CSharp) Метод

ThrowHelperFatal() статический приватный Метод

static private ThrowHelperFatal ( string msg, Exception e ) : Exception
msg string
e Exception
Результат Exception
			internal static Exception ThrowHelperFatal (string msg, Exception e)
			{
				return new FatalException (msg, e);
			}
		}