BraintreeEncryption.Library.BouncyCastle.Util.Platform.CreateNotImplementedException C# (CSharp) Метод

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

static private CreateNotImplementedException ( string message ) : Exception
message string
Результат System.Exception
        internal static Exception CreateNotImplementedException(
			string message)
        {
            return new Exception("Not implemented: " + message);
        }