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

ThrowHelperCallback() static private method

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

Same methods

DiagnosticUtility.ExceptionUtility::ThrowHelperCallback ( Exception e ) : Exception