BraintreeEncryption.Library.BouncyCastle.Util.Platform.CreateNotImplementedException C# (CSharp) Method

CreateNotImplementedException() static private method

static private CreateNotImplementedException ( string message ) : Exception
message string
return System.Exception
        internal static Exception CreateNotImplementedException(
			string message)
        {
            return new Exception("Not implemented: " + message);
        }