System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperFatal C# (CSharp) Méthode

ThrowHelperFatal() static private méthode

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