質問編集履歴

1

エラー内容の追記

2019/05/28 01:00

投稿

navesanta
navesanta

スコア198

test CHANGED
File without changes
test CHANGED
@@ -46,9 +46,23 @@
46
46
 
47
47
  ```ここに言語を入力
48
48
 
49
- ArgumentOutOfRangeException: Length cannot be less than zero.Parameter name: length
49
+ ArgumentOutOfRangeException: Length cannot be less than zero.
50
+
50
-
51
+ Parameter name: length
52
+
51
- System.String.Substring (System.Int32 startIndex, System.Int32 length) (at <ac823e2bb42b41bda67924a45a0173c3>:0)
53
+ System.String.Substring (System.Int32 startIndex, System.Int32 length)
54
+
55
+ (at <ac823e2bb42b41bda67924a45a0173c3>:0)
56
+
57
+ TextExtension.SetTextWithEllipsis (UnityEngine.UI.Text textComponent, System.String value)
58
+
59
+ (at Assets/Scripts/TextExtension.cs:19)
60
+
61
+ ScrollController3.voiceOpen (System.Int32 indexNo, System.Int32 indexItemNo)
62
+
63
+ (at Assets/Scripts/ScrollController3.cs:119)
64
+
65
+ ScrollController3.Start () (at Assets/Scripts/ScrollController3.cs:48)
52
66
 
53
67
  ```
54
68