Questions tagged [securityexception]

SecurityException indicates a security violation and is thrown when a security error is detected.

318 questions
-2
votes
2 answers

Crash in C# Class Library when i use it

Source/destination types public struct MyStruct { public int FirstText { get; set; } public int SecondText { get; set; } } Source/destination JSON {FirstText:1,SecondText:2} Expected behavior When I use it in a single exe demo: 1 -…
-2
votes
1 answer

App crashing android security exception(missing internet permission?)

So my app has been crashing recently whenever it tries to access internet. I have already used internet permission in mainfest so im stuck as to what the problem can be These are my log files 06-05 16:58:47.942…
user4964706
-4
votes
1 answer

Application running successfully on development machine but crashing on another machine

In the event log i am getting following line, could someone please help me for this. Event Type: Error Event Source: .NET Runtime Event Category: None Event ID: 1026 Date: 01/06/2013 Time: 11:20:06 User: N/A Computer: …
Sam Khan
  • 7
  • 4
1 2 3
21
22