錯誤 15 指派給 的運算式必須為常數
【說明】
常數是在編譯時期已知且不會在程式存留期變更的不可變值。 常數是使用 const 修飾詞所宣告。 只有 C#內置類型(不包括System.Object)可以聲明為const。 使用者定義型別 (包括類別、結構和陣列) 不能是 const。 使用 readonly 修飾詞來建立在執行階段一次初始化的類別、結構或陣列 (例如在建構函式中),因而無法進行變更。
Reference Site:
HTTP Error 403.18 - Forbidden The specified request cannot be processed in the application pool that is configured for this resource on the...
No comments:
Post a Comment