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);
        }